UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

13 lines (11 loc) 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toDOMStreamProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const todomstream_js_1 = require("../../asynciterable/todomstream.js"); function toDOMStreamProto(options) { return !options ? (0, todomstream_js_1.toDOMStream)(this) : (0, todomstream_js_1.toDOMStream)(this, options); } exports.toDOMStreamProto = toDOMStreamProto; asynciterablex_js_1.AsyncIterableX.prototype.toDOMStream = toDOMStreamProto; //# sourceMappingURL=todomstream.js.map