consume an iterable and return all items as an array
Allow parsing of async generator functions
Helper function to remap async functions to generators
Turn async functions into ES2015 generators
Allow parsing of async generator functions
Turn async generator functions into ES2015 generators
The Interactive Extensions for JavaScript
Cancelable Async Flows: a wrapper to treat generators as cancelable async functions
The Interactive Extensions for JavaScript
The Interactive Extensions for JavaScript
Minimal async jobs utility library, with streams support
JavaScript utilities for Vega.
The Interactive Extensions for JavaScript
A modern tooling library for asynchronous operations using async/await, promises and async generators
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
asynchronous function queue with adjustable concurrency
Selectively merge values from one or more generators onto the current application instance.
Get the first fulfilled promise that satisfies the provided testing function
A babel preset for transforming your JavaScript for Airbnb
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
A Babel preset that targets modern browsers by fixing engine bugs.
The Interactive Extensions for JavaScript
Promisify a callback-based function