Immutable custom array methods
Recursively flatten an array or arrays.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Faster alternative to javascript's native filter method.
Faster, node.js focused alternative to JavaScript's native array map.
Crazy fast http radix based router
A tiny, faster alternative to native Array.prototype.every
Get the ArrayBuffer out of a TypedArray, robustly.
extend an object
A tiny and fast selection algorithm in JavaScript.
SSH2 client and server modules written in pure JavaScript for node.js
return the first event in a set of ee/event pairs
Return an object as an 'x-www-form-urlencoded' string
ES spec-compliant shim for ArrayBuffer.prototype.slice
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
A blazing-fast equality comparison utility for a variety of use-cases
Unzip cross-platform streaming API
A Headers class polyfill and transformation library.
serialize objects to javascript
Rotate all items in an array
A common util collection for antv projects
Simple Lazy Ranges for Node/Javascript
Swap two items in an array. Does not modify the Array prototype.