babel-preset-es2015-native-modules-and-generators
Babel preset for all es2015 plugins, minus Common JS modules and regenerator.
Babel preset for all es2015 plugins, minus Common JS modules and regenerator.
Generates express validators/routers/controllers in Typescript using an OpenAPI 3 spec.
Wraps the function in another function that always returns data even when it errors.
Runs the tasks array of functions in series, each passing their results to the next in the array.
Repeatedly call fn, while test returns true.
Returns true if every element in coll satisfies an async test.
The opposite of filter. Removes values that pass an async truth test.
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.
Run the functions in the tasks in series, each one running once the previous function has completed.
Sorts a list by the results of running each coll value through an async iteratee.
A simple yet functional GraphQL client.
A simple yet functional GraphQL client.
Creates a continuation function with some arguments already applied.
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.