@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
15 lines • 532 B
JavaScript
/**
* @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';
//# sourceMappingURL=index.mjs.map