Function isObject

  • Checks value for object type

    import { isObject } from 'helping_hand'
    const isTrue = isObject(...);

    Parameters

    • val: any

    Returns boolean