Int32Array.
Array diffing
Buffer.
Apply a function to a each element of a collection and return a new array of results.
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
remove items from a javascript array without generating memory garbage
Regular expression for matching semver versions
asynchronous function queue with adjustable concurrency
[](https://npm.im/@dnd-kit/helpers)
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Translation between JavaScript values and Buffers
JSON diff & patch (object and array diff, text diff, multiple output formats)
Prettier plugin to force all arrays to be multiline.
Set of (possibly rotated) arrays
Node addon for string extraction for cbor-x
Tiny JavaScript tokenizer.
Populate a <canvas> element with a font texture atlas
Return the data type of an array.
ID compressor
Convert object keys from camel case
Quickly scan for CLI flags and arguments
Check if an object is an array or a typed array
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often