A utility package for JavaScript applications.
Gracefully handle a Promise using async/await.
Gracefully handle a Promise using async/await.
Merge multiple streams into a unified stream
Minimal async jobs utility library, with streams support
Semaphore using `async` and `await`
Tries to execute a function and discards any error that occurs
List of HTML void tag names
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
A Promise-based interface into processes created by child_process.spawn
Javascript module template.
Sixel image format for node and browser.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
asynchronous function queue with adjustable concurrency
Array of "void elements" defined by the HTML specification.
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.
Determine if a function is a native async function.
Higher-order functions and common patterns for asynchronous code
Get the first fulfilled promise that satisfies the provided testing function
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
Lock on asynchronous code
A utility for managing the `processinfo` folder that NYC uses.
A dictionary of file extensions and associated module loaders.
Make a Promise from a function with a callback and preserve its error stack.