parallel-each
A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.
A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.
The very core of `xrange`, provided as a separate package
Functional sequencer of `xrange`, provided as a separate package
Asynchronous and parallel work with large arrays without slowing down the GUI.
Purify & clean objects recursively, deleting undefined & null or falsy properties.
Transform object keys into a new one using preset or custom rules
Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..
Convert object keys to camel case
Enhance GeneratorFunction with mutation and desigion-making methods
PostCSS plugin that enables SASS-like for loop syntax in your CSS, along with variables
System utility nodes for Node-RED
Convert object keys to lowercased one
walk a directory tree performing actions
Returns an array of [takeWhile(coll, pred), dropWhile(coll, pred)]
Returns an array of the items in coll starting from the first item for which pred(item) logical false, i.e. false, null, undefined
Returns an array of successive items from coll while pred(item) returns true.
regexp iterator util helpers
A Javascript utility to clean objects recursively, deleting undefined & null or falsy properties.
This Node-RED node allows you to build a loop
Visit all k combinations of an array in lexicographic order