@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
17 lines • 712 B
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("./stream.cjs"), exports);
tslib_1.__exportStar(require("./reducer.cjs"), exports);
tslib_1.__exportStar(require("./transformer.cjs"), exports);
//# sourceMappingURL=index.cjs.map