Check that given value is `GeneratorFunction`
Determine if a function is a native generator function.
Check if something is a generator function
A function that returns the normally hidden `GeneratorFunction` constructor
Compute the sum of an infinite series.
Copy a descriptor from object A to object B
Easily-extendable error for use with ES6 classes
Runs Promises in a pool that limits their concurrency.
Helper function to remap async functions to generators
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.
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Continued fraction approximation.
Check whether a value is a generator or generator function
Turns an AST into code.
WebGL-accelerated signed distance field generation for 2D paths
Core istanbul API for JS code coverage
Bresenham's line algorithm
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
Library to help write libraries that accept both promises and callbacks.
A JavaScript parser built from the Hermes engine
A lightweight library that provides tools for organizing asynchronous code
Tool to turn functions with Node-style callback APIs into functions that return Promises