UNPKG

@rimbu/stream

Version:

Efficient structure representing a sequence of elements, with powerful operations for TypeScript

18 lines 823 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/stream/async` package provides the `AsyncStream` implementations.<br/> * <br/> * See the [Rimbu docs Stream page](/docs/collections/stream) for more information. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./async-stream-source.cjs"), exports); tslib_1.__exportStar(require("./async-fast-iterator.cjs"), exports); tslib_1.__exportStar(require("./async-fast-iterable.cjs"), exports); tslib_1.__exportStar(require("./async-streamable.cjs"), exports); tslib_1.__exportStar(require("./async-stream.cjs"), exports); tslib_1.__exportStar(require("./async-reducer.cjs"), exports); tslib_1.__exportStar(require("./async-transformer.cjs"), exports); //# sourceMappingURL=index.cjs.map