A simple module that provides functions to manipulate arrays
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS SharedArrayBuffer?
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.
Flatten nested arrays
Matches strings against configurable strings, globs, regular expressions, and/or functions
core-js compat
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
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
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Base64 encoding/decoding in pure JS
Convert a typed array to a Buffer without a copy
Guarantees an array back
Minimal async jobs utility library, with streams support
finds an item in an array matching a predicate function, and returns its index
asynchronous function queue with adjustable concurrency
`Array#forEach()` but it’s possible to define where to move to next
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm