UNPKG

@rimbu/stream

Version:

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

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