UNPKG

@rimbu/stream

Version:

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

14 lines 637 B
/** * @packageDocumentation * * The `@rimbu/stream/async-custom` entry exposes custom constructors, utilities, async * fast‑iterator support and internal `AsyncStream` implementations used by the main * async stream API in `@rimbu/stream/async`.<br/> * Use it only when you need low‑level integration with async fast iterators or to build * specialized async stream sources; for normal async pipelines prefer `@rimbu/stream/async`. */ export * from './constructors.mjs'; export * from './utils.mjs'; export * from './async-fast-iterator-base.mjs'; export * from './async-stream-custom.mjs'; //# sourceMappingURL=index.mjs.map