Array.likeArray >= 0.2.1
Purpose
Is the given variable an array-like object?
Syntax
Array.likeArray
(
Objectvariable
);
Checks to see if the given variable is an array or an object with a numerical `length` property
Parameters
variable
- The variable to check
Return values
Boolean
Comments