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.
.length
Generated using TypeDoc
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.