UNPKG

@rimbu/stream

Version:

Efficient structure representing a sequence of elements, with powerful operations for TypeScript

18 lines (14 loc) 501 B
/** * @packageDocumentation * * The `@rimbu/stream/async` package provides the `AsyncStream` implementations.<br/> * <br/> * See the [Rimbu docs Stream page](/docs/collections/stream) for more information. */ export * from './async-stream-source.mjs'; export * from './async-fast-iterator.mjs'; export * from './async-fast-iterable.mjs'; export * from './async-streamable.mjs'; export * from './async-stream.mjs'; export * from './async-reducer.mjs'; export * from './async-transformer.mjs';