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.
Regular expression for matching semver versions
remove items from a javascript array without generating memory garbage
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.
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()
line String/Array#indexOf but return all the indexes in an array
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Creates a real Array from almost anything.
Return a function which tests if every element in an array-like object passes a test condition.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.