Showing 21-40 of 1,928,548 packages
Provides a function for detecting if an argument is an ArrayBuffer
Loop over each item in an array and call the given function on every element.
Get the first fulfilled promise that satisfies the provided testing function
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
Create an array with values that are present in the first input array but not additional ones
Check if two arrays are equal
Push an array of items into an array, while being robust against prototype modification
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Curated collection of data structures for the JavaScript/TypeScript.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Turn anything into an array
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
General purpose glob-based configuration matching.
Float64Array.
Uint8Array.
finds an item in an array matching a predicate function, and returns its index
A tiny, faster alternative to native Array.prototype.every
Return a function which tests if every element in an array passes a test condition.
`[].map(f)` for older browsers