Make any value an array. No dependencies.
Concatenate a readable stream's data into a single array
Find [nd-]array min/max values
creates a new array with given range
Like a Set, but provides the index of the `key` in the backing array
Array#isArray for older browsers
Run an array of functions in parallel
Rescale an array into a range
Validates if a value is an integer array.
`Array#forEach()` but it’s possible to define where to move to next
Generates an array of consecutive integers starting at 0
Simple array test
Get the last or last n elements in an array.
Push an array of items into an array, while being robust against prototype modification
Loop over each item in an array and call the given function on every element.
Get the minimum value in an array
Get the maximum value in an array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse string into array of string elements
Move an array item to a different position
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Test if a value is an array.
Check if an object is an array or a typed array
Returns an array of Typed Array names that are available in the current environment