Iterator library for JavaScript and TypeScript
A polymorphic iterate operator for arrays and other iterables
Asynchronous iterator function for parallel processing.
An async iterator that joins multiple other async iterators in order, one after another.
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Map over array avoiding parallel execution, using promises
Polyfill for IE/Node 8 for Symbol.asyncIterator
Minimal async jobs utility library, with streams support
Asynchronous Iterator (ES2019)
Iterate any iterable JS value. Works robustly in all environments, all versions.
Symbol iterator.
css-line-break ==============
Detect native Symbol.iterator support.
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
Asynchronous flow control with a functional taste to it
filter a javascript iterator
ES async interator wrapper for node streams
Transform input into equally-sized blocks of output
Node.js tar binding https://docs.rs/tar/latest/tar/
Process (async)iterable values as functions with concurrency control
Make any iterator or iterable abortable via an AbortSignal
Modern EventSource client for browsers and Node.js
Iterate over a collection, invoking a function for each element.
A polyfill for Iterator helpers proposal