Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Minimal async jobs utility library, with streams support
Determine and test types using constructor or {}.toString
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
ndarray data buffer constructors.
Stringify your JSON at max speed
`Array#forEach()` but it’s possible to define where to move to next
Complex typed array constructors.
SAML 2.0 node helpers
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.
Array utils
utilities for primitive JavaScript types
A map in which more than one value may be stored under each key.
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Lightweight emoji picker distributed as a web component
Concatenate a readable stream's data into a single array
Rope-based persistent sequence type
DEPRECATED: Axios JSON helpers with optional gzip compression. Use @xylabs/fetch (FetchJsonClient) instead.
Web API compatible streams for node/web