utilities for primitive JavaScript types
Check if is an Array or Array-like Object
Stringify an object/array like JSON.stringify just without all the double-quotes, Typescript, Zero-dependency.
Converts array-like objects to arrays.
Array manipulation, ordering, searching, summarizing, etc.
Binary Heap Data Structure using an array like implementation, super fast and easy to use
Double Ended Queue with O(1) performance and array-like api
Fast view into a subarray with an Array-like interface
Javascript array-like data structures designed for multithreading
foreach component + npm package
Useful functions when working with JSON.
Put a bunch of emitted events in an array, for testing.
Array-like implementation in JavaScript that employs delayed execution techniques using generators.
a transcoder for serialising JavaScript BigInt values to a Uint8Array or any other array-like object
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.
An ini encoder/decoder for node
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable