UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 374 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { WithLatestFromAsyncIterable } from '../../asynciterable/operators/withlatestfrom'; export function withLatestFromProto(...args) { return new WithLatestFromAsyncIterable(this, args); } AsyncIterableX.prototype.withLatestFrom = withLatestFromProto; //# sourceMappingURL=withlatestfrom.mjs.map