Showing 1-20 of 546,446 packages
TypeScript definitions for make-async-generator-function
Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Helper function to remap async functions to generators
Turn async functions into ES2015 generators
Turn async generator functions into ES2015 generators
Determine if a function is a native generator function.
A function that returns the normally hidden `GeneratorFunction` constructor
Determine if a function is a native async function.
Turn any async generator / function into a Websocket stream in 2 lines.
A function that returns the normally hidden `AsyncFunction` constructor
Check if something is a generator function
Allow parsing of async generator functions
Cancelable Async Flows: a wrapper to treat generators as cancelable async functions
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
Turn async functions into ES2015 generators
Turn async generator functions into ES2015 generators
generator async control flow goodness
Get the arguments of a function, arrow function, generator function, async function
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.