@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.endWithProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const endwith_js_1 = require("../../asynciterable/operators/endwith.js");
/**
* @ignore
*/
function endWithProto(...args) {
return new endwith_js_1.EndWithAsyncIterable(this, args);
}
exports.endWithProto = endWithProto;
asynciterablex_js_1.AsyncIterableX.prototype.endWith = endWithProto;
//# sourceMappingURL=endwith.js.map