@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
16 lines • 778 B
JavaScript
;
/**
* @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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./constructors.cjs"), exports);
tslib_1.__exportStar(require("./fast-iterator-custom.cjs"), exports);
tslib_1.__exportStar(require("./stream-custom.cjs"), exports);
//# sourceMappingURL=index.cjs.map