@rimbu/stream
Version:
Efficient structure representing a sequence of elements, with powerful operations for TypeScript
6 lines • 309 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AsyncStream = void 0;
var async_stream_custom_cjs_1 = require("../async-custom/async-stream-custom.cjs");
exports.AsyncStream = async_stream_custom_cjs_1.AsyncStreamConstructorsImpl;
//# sourceMappingURL=async-stream.cjs.map