UNPKG

@rimbu/stream

Version:

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

6 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Stream = void 0; var custom_1 = require("@rimbu/stream/custom"); exports.Stream = custom_1.StreamConstructorsImpl; //# sourceMappingURL=stream.cjs.map