UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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