Function isArrayLike

  • Check if value is Array-like type. A value is considered array-like if it's not a function and has a .length number property.

    Parameters

    • x: any

    Returns boolean

Generated using TypeDoc