@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 356 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { switchMap } from '../../asynciterable/operators/switchmap.js';
/**
* @ignore
*/
export function switchMapProto(selector, thisArg) {
return switchMap(selector, thisArg)(this);
}
AsyncIterableX.prototype.switchMap = switchMapProto;
//# sourceMappingURL=switchmap.js.map