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