Generates an array of consecutive integers starting at 0
A polyfill for Array.prototype.flat and Array.prototype.flatMap
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.
Read `.xlsx` files in a web browser or in Node.js
Get the ArrayBuffer out of a TypedArray, robustly.
Validates if a value is an integer array.
A simple list of possible Typed Array names.
Find [nd-]array min/max values
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Run an array of functions in parallel, but limit the number of tasks executing at the same time
D3 sankey with circular links
Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
A tiny, faster alternative to native Array.prototype.every
list of SPDX standard license ranges
A utility function to index arrays by any criteria
Safely push each item of an array to a stream
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
General purpose glob-based configuration matching.
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.