Like `await Promise.all(mytasks.map(async (item) => ....))`, but with super-powers
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Iterate any JS iterator. Works robustly in all environments, all versions.
Iterate any iterable JS value. Works robustly in all environments, all versions.
`Array#forEach()` but it’s possible to define where to move to next
A convenient way to iterate objects.
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
A polymorphic iterate operator for arrays and other iterables
Compose promise-returning & async functions into a reusable pipeline
Iterate through the values of a stream
Run promise-returning & async functions in series, each passing its result to the next
A minimal library for executing processes in Node
TypeScript definitions and functions for using Docling output.
Determine if a function is a native async function.
Higher-order functions and common patterns for asynchronous code
Asynchronous iterator function for parallel processing.
Turn async functions into ES2015 generators
Allow parsing of async generator functions
Iterate values in a list in random order
Utilities for Testable scripts
Helper function to remap async functions to generators
Callbag operator that applies a transformation on data passing through it
A function that returns the normally hidden `AsyncFunction` constructor
Serializable memoizer with promises