ArrayLike reallocation for JavaScript
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Like a Set, but provides the index of the `key` in the backing array
`Array#forEach()` but it’s possible to define where to move to next
Matches strings against configurable strings, globs, regular expressions, and/or functions
Guarantees an array back
utilities for primitive JavaScript types
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Array manipulation, ordering, searching, summarizing, etc.
Return a function which tests if every element in an array-like object passes a test condition.
foreach component + npm package
Useful functions when working with JSON.
Put a bunch of emitted events in an array, for testing.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
An ini encoder/decoder for node