Search results

150 packages found

Worker to consume AWS SQS messages, built with Serverless and AWS Lambda in mind

published 1.1.0 6 years ago
M
Q
P

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

published 3.0.3 6 years ago
M
Q
P
M
Q
P

Calls the iteratee function n times, and accumulates results in the same manner you would use with map.

published 3.0.3 6 years ago
M
Q
P

async await with sqlite3

published 1.0.0 2 years ago
M
Q
P

Creates a continuation function with some arguments already applied.

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

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

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

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

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

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

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

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

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 at least one element in the coll satisfies an async test.

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

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

published 3.0.3 6 years ago
M
Q
P

Simplifies making web requests with TypeScript async/await

published 1.0.7 8 years ago
M
Q
P