Flattens nested array to given depth.
Flattens nested array, based on map function.
Flattens nested array, based on map function.
Flattens nested array to given depth.
Flatten nested arrays
Infer strong typings for commander options and action handlers
Universal filesystem path utils
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
File system walker with Readable stream interface.
Concatenate a readable stream's data into a single array
Minimal async jobs utility library, with streams support
Remove duplicate values from an array. Fastest ES5 implementation.
Stringify your JSON at max speed
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.
extra-watch-webpack-plugin would help you to attach extra files or dirs to webpack's watch system
Promisify a callback-based function
Unopinionated, no-frills CLI argument parser
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.
Normalize a value or function, applying extra args to the function
Flowtype linting rules for ESLint.
Get the minimum value in an array
Get the maximum value in an array
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.