Showing 41-60 of 114,068 packages
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.
Loop over each item in an array and call the given function on every element.
TypeScript definitions for sparse-bitfield
Sparse Merkle tree implementation in TypeScript.
Tiny queue data structure
ES2015 `Array#findIndex()` ponyfill
`Array#forEach()` but it’s possible to define where to move to next
Provides a function for detecting if an argument is an ArrayBuffer
Concatenate a readable stream's data into a single array
Detect whether or not an object is a Typed Array
Convert a typed array to a Buffer without a copy
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Check if two arrays are equal
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
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.
Validates if a value is an array.
ES Map/Set-compatible implementations with customizable equality semantics & supporting operations
Push an array of items into an array, while being robust against prototype modification