UNPKG

@rimbu/stream

Version:

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

15 lines (14 loc) 498 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.cjs'; export * from './async-fast-iterator.cjs'; export * from './async-fast-iterable.cjs'; export * from './async-streamable.cjs'; export * from './async-stream.cjs'; export * from './async-reducer.cjs'; export * from './async-transformer.cjs';