UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 305 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { forkJoin } from '../../asynciterable/forkjoin.js'; export function forkJoinProto(...args) { return forkJoin(...[this, ...args]); } AsyncIterableX.prototype.forkJoin = forkJoinProto; //# sourceMappingURL=forkjoin.js.map