asynchronous function queue with adjustable concurrency
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Apply a function to a each element of a collection and return a new array of results.
Buffer.
Translation between JavaScript values and Buffers
Convert object keys from camel case
remove items from a javascript array without generating memory garbage
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.
Tiny JavaScript tokenizer.
JSON diff & patch (object and array diff, text diff, multiple output formats)
Return the data type of an array.
Populate a <canvas> element with a font texture atlas
Node addon for string extraction for cbor-x
Prettier plugin to force all arrays to be multiline.
Set of (possibly rotated) arrays
Quickly scan for CLI flags and arguments
[](https://npm.im/@dnd-kit/helpers)
Creates a real Array from almost anything.
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
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
Check if an object is an array or a typed array
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.
Return a function which tests if every element in an array-like object passes a test condition.