"use strict";
/**
* @packageDocumentation
*
* The `@rimbu/stream` package provides the `Stream` and `AsyncStream` implementations and many related utilities.
*
* See the [Rimbu docs Stream page](/docs/collections/stream) for more information.
*
* This package also exports everything from the the following sub-packages:
* - [`@rimbu/stream/async`](./stream/async)
*/
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