Check does the given Javascript Object is an array.
Check does the given Javascript Object is an array.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
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.
Array manipulation, ordering, searching, summarizing, etc.
General purpose glob-based configuration matching.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Run an array of functions in parallel
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Lazy-evaluating list of files, based on globs or regex patterns
utilities for primitive JavaScript types
`Array#forEach()` but it’s possible to define where to move to next
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.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Check if a value is any kind of array
Guarantees an array back
Detect whether or not an object is a Typed Array
Like a Set, but provides the index of the `key` in the backing array
Simple dependency graph.
A JavaScript text diff implementation.