UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startWithProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const startwith_js_1 = require("../../asynciterable/operators/startwith.js"); /** * @ignore */ function startWithProto(...args) { return new startwith_js_1.StartWithAsyncIterable(this, args); } exports.startWithProto = startWithProto; asynciterablex_js_1.AsyncIterableX.prototype.startWith = startWithProto; //# sourceMappingURL=startwith.js.map