stream-async-to-iterator
ES async interator wrapper for node streams
ES async interator wrapper for node streams
Return an aync iterable that emit a series promises as they fullfills
Concat an async iterable into a promise
Encode a String async iterable into a Buffer async iterable.
Tap into an async iterable pipeline and log all chunks passing through
Parallel merge of multiple async iterable.
Tap into an async iterable chain without affecting its value or state.
Serial merge of multiple async iterable.
Create multiple async iterators of a single async-iterator/iterable.
Async iterator for Bing Image Search API call responses
ES async interator wrapper for node streams
A collection of classes that allow iteration over a predefined collection of elements.
Composable iterator and async iterator tools, supporting old platforms without yield or async/await
Easy to use async forEach and map utility functions
an manually fed async-iterator that can queue reads or writes
A versatile library for working with iterators and asynchronous iterators in JavaScript. It provides powerful methods for processing, filtering, combining, and transforming data, and even allows the creation of iterators from non-iterable objects.
Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)
Convert any callback-based sequence of values into a full-fledged async iterable
An async iterator that joins multiple other async iterators in order, one after another.
ES async interator wrapper for node streams