Iterator library for JavaScript and TypeScript
A polymorphic iterate operator for arrays and other iterables
Asynchronous iterator function for parallel processing.
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.
Detect native Symbol.iterator support.
Asynchronous flow control with a functional taste to it
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
filter a javascript iterator
ES async interator wrapper for node streams
Array methods for ES6 Iterators
Make any iterator or iterable abortable via an AbortSignal
A collection of utilities for iterations.
Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.
Modern EventSource client for browsers and Node.js
Iterate over a collection, invoking a function for each element.
A polyfill for Iterator helpers proposal
Provide helpers that polyfill all methods defined in [iterator helpers proposal](https://github.com/tc39/proposal-iterator-helpers), both for `Iterator` and `AsyncIterator`, and even more.
Async iterator utilities