A JavaScript text diff implementation.
Parses set-cookie headers into objects
Rope-based persistent sequence type
utilities for primitive JavaScript types
Concatenate a readable stream's data into a single array
Polyfill of future proposal for `util.parseArgs()`
No description provided.
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#forEach()` but it’s possible to define where to move to next
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Parse postgres array columns
Convert a typed array to a Buffer without a copy
Create an array with values that are present in the first input array but not additional ones
return list of CallSite objects from a captured stacktrace
Like a Set, but provides the index of the `key` in the backing array
Flatten nested arrays
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
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.
Loop over each item in an array and call the given function on every element.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
No description provided.
Bridging the gap between buffers and typed arrays
TypeScript definitions for d3-array
Tiny queue data structure