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.
Grafana's ESLint config
Flatten nested arrays
A [ponyfill](https://ponyfill.com) for `Buffer.fill`.
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.
ESLint config for Expo apps
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
TypeScript definitions for js-yaml
finds an item in an array matching a predicate function, and returns its index
asynchronous function queue with adjustable concurrency