an assert to make sure an array contains matching unordered items
Minimal async jobs utility library, with streams support
Is this value a JS SharedArrayBuffer?
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.
A simple list of possible Typed Array names.
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Push an array of items into an array, while being robust against prototype modification
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Lazy-evaluating list of files, based on globs or regex patterns
Like a Set, but provides the index of the `key` in the backing array
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
List of node.js builtin modules
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Return a function which tests if every element in an array passes a test condition.
Test if a value is an array.
Match human-quality input to potential matches by edit distance.
General purpose glob-based configuration matching.
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?