Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Create an array without duplicates
Enhanced Industrial IoT OPC UA toolbox for Node-RED with array support and dynamic enable/disable features - GEM edition
Simple functions to work with array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Function that work with Array or Object of promises, how Promise.all
Robustly get the byte length of a Typed Array
Parses set-cookie headers into objects
Robustly get the length of a Typed Array
Simple dependency graph.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
JavaScript object with array powers.
Lazy-evaluating list of files, based on globs or regex patterns
utilities for primitive JavaScript types
General purpose glob-based configuration matching.
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.
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.
Parse postgres array columns
Node addon for string extraction for msgpackr
Generates a range of numbers (optionally with step size) as an iterator with array methods
Remove duplicate values from an array. Fastest ES5 implementation.