Returns an array filled with the specified input
Array manipulation, ordering, searching, summarizing, etc.
read and write binary structures and data types
Apply a function to a each element of a collection and return a new array of results.
Convert a series of points to a monotone cubic spline
Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.
Compatibility utilities for ESLint
Fast nd point clustering.
Parse HTTP X-Forwarded-For header
`[].reduce()` for old browsers
Test if an array contains a provided search value.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
`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.
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Detect whether or not an object is an ArrayBuffer.
Convert an array-like object to an object likely to have the same "shape".
Robustly get the length of a Typed Array