drop-left
Creates a slice of array with n elements dropped from the beginning.
Creates a slice of array with n elements dropped from the beginning.
check if an object can be used like an Array. 判断一个对象能否像数组一样使用,即是否为数组或类数组对象
Creates an Array from a slice of an Array-like object
An implementation of indexer on object in JavaScript.
Creates a slice of array with n elements dropped from the end.
callable array
Comparesion of Subarrays of Two Arrays
Implements array-like methods for Object with support for dot notation keys
Throw TypeError if not a value is array-like. The undefined value always evaluates to true.
Determine if a value is array-like. Fork of https://github.com/gearcase/is-array-like.
check whether an object is an array-like object
Provides functions to operate on Sets, Arrays and Array-Like JavaScript data structures
Test if a value is an arguments object.
Test if a value is array-like.
Test if a value is an array-like object.
Test if a value is an array-like object where every element is between two values.
Test if a value is an empty array-like object.
Return a function which tests if every element in an array-like object passes a test condition.
Test if a value is an array-like object containing only symbols.
Test if a value is an array-like object containing only truthy values.