Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Like a Set, but provides the index of the `key` in the backing array
Create an array with values that are present in the first input array but not additional ones
Lazy-evaluating list of files, based on globs or regex patterns
Minimal async jobs utility library, with streams support
Create an array without duplicates
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
IDEA's utility functions
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
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.
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
utilities for primitive JavaScript types
Callbag operator that combines consecutive values from the same source
Array utils
a filter function for iterables
No description provided.
Provide helpers that polyfill all methods defined in [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), both for `Iterator` and `AsyncIterator`, and even more.