@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
11 lines • 363 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.mjs';
export * from './async-reducer.mjs';
export * from './async-transformer.mjs';
//# sourceMappingURL=index.mjs.map