Generates an array of consecutive integers starting at 0
High-performance JSON Pointer implementation
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Array#filter for older browsers.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Robustly get the byte offset of a Typed Array
Promisify a callback-based function
Get all but the last element or last n elements of an array.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
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
Bizarro minimist: transform an options object into argv
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.
HTTP methods that node supports
Make any value an array. No dependencies.
Runs (webpack) loaders
Find [nd-]array min/max values
Convert a typed array to a Buffer without a copy
Parses set-cookie headers into objects
Randomize the order of the elements in a given array.
`[].reduce()` for old browsers
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.