 |
caolan/async.js - GitHub · Build software better, together.
compose(fn1, fn2...) Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())), only th
github.com |
 |