UNPKG

@rimbu/stream

Version:

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

13 lines (12 loc) 557 B
/** * @packageDocumentation * * The `@rimbu/stream/custom` entry exposes custom constructors, fast iterator helpers and * internal stream implementations that underlie the main `Stream` API in `@rimbu/stream`.<br/> * It is intended for advanced scenarios where you need to build specialized stream sources * or integrate with the fast‑iterator infrastructure; for most use cases the main * `@rimbu/stream` entry is sufficient. */ export * from './constructors.cjs'; export * from './fast-iterator-custom.cjs'; export * from './stream-custom.cjs';