Function isArray

  • Checks value for array type

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

    Parameters

    • val: any

    Returns boolean