UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.switchMapProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const switchmap_js_1 = require("../../asynciterable/operators/switchmap.js"); /** * @ignore */ function switchMapProto(selector, thisArg) { return (0, switchmap_js_1.switchMap)(selector, thisArg)(this); } exports.switchMapProto = switchMapProto; asynciterablex_js_1.AsyncIterableX.prototype.switchMap = switchMapProto; //# sourceMappingURL=switchmap.js.map