@stdlib/iter-filter-map
Create an iterator which both filters and maps the values of another iterator.
Create an iterator which both filters and maps the values of another iterator.
Create an iterator which replicates each iterated value a specified number of times.
Create an iterator which replicates each iterated value according to a provided function.
Create an iterator which skips the first value of a provided iterator.
Create an iterator which returns a subsequence of iterated values from a provided iterator.
Create an iterator which steps by a specified amount.
Create an iterator which iterates over the values of two or more iterators.
Create an iterator which iteratively returns the number of iterated values.
Create an iterator which invokes a function for each iterated value before returning the iterated value.
Create an iterator which returns the first `n` values of a provided iterator.
Create an iterator which returns the intersection of two or more iterators.
Typesafe API for processing iterable data in TypeScript and JavaScript
Set of classes used for async prefetching with backpressure (IterableMapper) and async flushing with backpressure (IterableQueueMapper, IterableQueueMapperSimple)
An alternantive to EventEmitter using consumable streams.
A consumable stream demultiplexer.
The iterable toolbox
Create a transform stream from an async iterator