insync
Higher-order functions and common patterns for asynchronous code. Node specific port of async.
cpsfy
Tiny goodies for Continuation-Passing-Style functions
promises-arrow
`promises-arrow` is a library of (1) higher order functions, such as `map()` and `filter()`where the function returns a Promisel (2) Functions that wait, returning a Promise; (3) Functions that manage retrying an operation N times until it succeeds; (4,5)
lists
A library of higher-order functions modeled after Haskell's Data.List module