UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 341 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { combineLatest } from '../../asynciterable/combinelatest'; export function combineLatestProto(...sources) { return combineLatest(...[this, ...sources]); } AsyncIterableX.prototype.combineLatest = combineLatestProto; //# sourceMappingURL=combinelatest.mjs.map