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