UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 322 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { switchAll } from '../../asynciterable/operators/switchall.js'; /** * @ignore */ export function switchAllProto() { return switchAll()(this); } AsyncIterableX.prototype.switchAll = switchAllProto; //# sourceMappingURL=switchall.js.map