Search results

2365 packages found

Protects against missing await keywords on async functions

published 3.0.1 a year 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

An extended, promisified fs drop-in-replacement for Node.js >=7.6

published 2.1.3 3 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 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

Creates a continuation function with some arguments already applied.

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

wrapper hook for awaiting promises

published 1.1.1 2 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

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

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

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

published 3.0.3 6 years ago
M
Q
P
M
Q
P

Extensible, promisified ldapjs with specific support for Active Directory and eDirectory

published 2.1.0 5 months ago
M
Q
P

Javascript asynchronous exemples, callback, promises, async/await

published 2.2.2 7 years ago
M
Q
P

Lazy promises with extended API and type inference for the rejected branch

published 0.2.2 a month ago
M
Q
P