UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const startwith_1 = require("../../asynciterable/startwith"); /** * @ignore */ function startWithProto(...args) { return startwith_1.startWith(this, ...args); } exports.startWithProto = startWithProto; asynciterablex_1.AsyncIterableX.prototype.startWith = startWithProto; //# sourceMappingURL=startwith.js.map