isArrayLike()

Determines if an object is an array or at least array-like.

This function is valid in v2.0.0. This function has been downloaded 0 times.

Parameter

{*} o
A value to test and see if it array-like.

Returns

{boolean}
A boolean indicating if the object was an array or array-like.

Required Function

This function directly requires the following function which is included automatically:

  • typeOf()
    Either gets the type of a value or adds a constructor registering its custom type name.

Requiring Function

This function is directly required by the following function: