Showing 1-20 of 1,928,367 packages
Create a single-element array containing a provided scalar value.
Array manipulation, ordering, searching, summarizing, etc.
Is this value a JS ArrayBuffer?
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
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the length of a Typed Array
Parse postgres array columns
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.
Minimal async jobs utility library, with streams support
Run an array of functions in parallel
Flatten nested arrays
Guarantees an array back
Create an array of unique values, in order, from the input arrays
Tiny queue data structure