Checks if an array is in an array.
Array manipulation, ordering, searching, summarizing, etc.
General purpose glob-based configuration matching.
Run an array of functions in parallel
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
Robustly get the byte length of a Typed Array
Is this value a JS ArrayBuffer?
Robustly get the length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Lazy-evaluating list of files, based on globs or regex patterns
Get the ArrayBuffer out of a TypedArray, robustly.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
utilities for primitive JavaScript types
A JavaScript text diff implementation.
Minimal async jobs utility library, with streams support
`Array#forEach()` but it’s possible to define where to move to next
Simple dependency graph.
Like a Set, but provides the index of the `key` in the backing array
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
A simple list of possible Typed Array names.
very fast object redaction