UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toDOMStream = void 0; const todomstream_js_1 = require("../../asynciterable/todomstream.js"); function toDOMStream(options) { return function toDOMStreamOperatorFunction(source) { if (!options || !('type' in options) || options['type'] !== 'bytes') { return (0, todomstream_js_1.toDOMStream)(source, options); } return (0, todomstream_js_1.toDOMStream)(source, options); }; } exports.toDOMStream = toDOMStream; //# sourceMappingURL=todomstream.js.map