Lazy-evaluating list of files, based on globs or regex patterns
Create an array with values that are present in the first input array but not additional ones
Create an array without duplicates
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Concurrency control for awaiting an array of async results
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
No description provided.
Run the tasks collection of functions in parallel, without waiting until the previous function has completed.
[](https://github.com/paralleldrive/aidd)[](https://paralleldrive.com)
Run a lifecycle script for a package (descendant of npm-lifecycle)
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.
`Array#forEach()` but it’s possible to define where to move to next
takes json-cov output into stdin and POSTs to coveralls.io
Map over array avoiding parallel execution, using promises
Stringify your JSON at max speed
Scan large DynamoDB tables faster with parallelism
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