utils-indexof
Returns the first index at which a given element can be found.
Returns the first index at which a given element can be found.
Checks if the given value is an array or array-like object.
Casts an array to an array of a different data type.
Given an array, pick a random element and return it.
Converts value to an integer suitable for use as the length of an array-like object.
Checks if the given value is a valid array-like index.
Cross-browser array-like slicer.
Convert entity to Array instance.
Checks entity if array, arguments, iterable or array-like.
converts arguments or any other array-like object into an array starting from specific index.
Checks if the given value is a valid array-like length.
Converts primitives and objects (plain or array-like) to a sensible array representation for Node.js and the browser.
Given an array, pick some random elements and return them in a new array.
Iterates through arguments or any other array-like object starting from specific index.
Minimalist set theory operations for Array-like objects in less than 1KB
Validates if a value is an arguments object.
Functions to check if a value is something alike.
Create an array-like object.
Casts an array to an array of a different data type.
Creates a slice of array with n elements dropped from the beginning.