Flatten nested arrays
TypeScript definitions for d3-array
Guarantees an array back
Matches strings against configurable strings, globs, regular expressions, and/or functions
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Create an array of unique values, in order, from the input arrays
Like a Set, but provides the index of the `key` in the backing array
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
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Minimal async jobs utility library, with streams support
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Turn anything into an array
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Loop over each item in an array and call the given function on every element.
`Array#forEach()` but it’s possible to define where to move to next
Stringify your JSON at max speed
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.
A simple logger for Node.js
Array utils
utilities for primitive JavaScript types
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.