UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startWithProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const startwith_js_1 = require("../../iterable/operators/startwith.js"); /** * @ignore */ function startWithProto(...args) { return (0, startwith_js_1.startWith)(...args)(this); } exports.startWithProto = startWithProto; iterablex_js_1.IterableX.prototype.startWith = startWithProto; //# sourceMappingURL=startwith.js.map