Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Stub TypeScript definitions entry for arrify, which provides its own types definitions
Return an array of all parent node_modules directories
Call an array of asynchronous functions in series
Call an array of asynchronous functions in parallel
Recursively flatten an array or arrays.
A through2 to create an Array.prototype.map analog for streams.
Create an array with values that are present in the first input array but not additional ones
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
A React utility belt for hook composition
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v5.2.0’s categories, scripts, blocks, bidi, and other properties.
An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.
The pug parser (takes an array of tokens and converts it to an abstract syntax tree)
Run an array of functions in series
Turn an array like into an array
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
TypedArray polyfill for old browsers