Search results

95 packages found

Transform a callback-based function into a promise-based one.

published 3.0.3 6 years ago
M
Q
P

Repeatedly call fn until test returns true.

published 3.0.3 6 years ago
M
Q
P

Sorts a list by the results of running each coll value through an async iteratee.

published 3.0.3 6 years ago
M
Q
P

Run the functions in the tasks in series, each one running once the previous function has completed.

published 3.0.3 6 years ago
M
Q
P

The opposite of filter. Removes values that pass an async truth test.

published 3.0.3 6 years ago
M
Q
P

Creates a continuation function with some arguments already applied.

published 3.0.3 6 years ago
M
Q
P

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())).

published 3.0.3 6 years ago
M
Q
P

Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.

published 3.0.3 6 years ago
M
Q
P

Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.

published 3.0.3 6 years ago
M
Q
P

Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.

published 3.0.3 6 years ago
M
Q
P

Wraps the function in another function that always returns data even when it errors.

published 3.0.3 6 years ago
M
Q
P

Returns true if at least one element in the coll satisfies an async test.

published 3.0.3 6 years ago
M
Q
P

Repeatedly call fn, while test returns true.

published 3.0.3 6 years ago
M
Q
P

Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.

published 3.0.3 6 years ago
M
Q
P

Returns true if every element in coll satisfies an async test.

published 3.0.3 6 years ago
M
Q
P

Catches a promise error, writes the stacktrace to stderr and exists

published 4.0.3 6 years ago
M
Q
P
M
Q
P
M
Q
P
M
Q
P

An async control-flow library. Easily error handling.

published 0.1.6 11 years ago
M
Q
P