Showing 21-40 of 114,059 packages
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Is this value a JS ArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
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.
Parse postgres array columns
Run an array of functions in parallel
Flatten nested arrays
Create an array of unique values, in order, from the input arrays
Guarantees an array back
msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.
Minimal async jobs utility library, with streams support
Share code across vat boundaries
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
Create an array with values that are present in the first input array but not additional ones