@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
9 lines (7 loc) • 379 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { WithLatestFromAsyncIterable } from '../../asynciterable/operators/withlatestfrom.js';
export function withLatestFromProto(...args) {
return new WithLatestFromAsyncIterable(this, args);
}
AsyncIterableX.prototype.withLatestFrom = withLatestFromProto;
//# sourceMappingURL=withlatestfrom.js.map