@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
22 lines • 1.02 kB
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/stream` package provides the `Stream` and `AsyncStream` implementations and many related utilities.<br/>
* <br/>
* See the [Rimbu docs Stream page](/docs/collections/stream) for more information.<br/>
* <br/>
* This package also exports everything from the the following sub-packages:<br/>
* - [`@rimbu/stream/async`](./stream/async)<br/>
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./fast-iterator.cjs"), exports);
tslib_1.__exportStar(require("./fast-iterable.cjs"), exports);
tslib_1.__exportStar(require("./streamable.cjs"), exports);
tslib_1.__exportStar(require("./stream-source.cjs"), exports);
tslib_1.__exportStar(require("./stream.cjs"), exports);
tslib_1.__exportStar(require("./reducer.cjs"), exports);
tslib_1.__exportStar(require("./transformer.cjs"), exports);
tslib_1.__exportStar(require("@rimbu/stream/async"), exports);
//# sourceMappingURL=index.cjs.map