UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 338 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { PairwiseAsyncIterable } from '../../asynciterable/operators/pairwise'; /** * @ignore */ export function pairwiseProto() { return new PairwiseAsyncIterable(this); } AsyncIterableX.prototype.pairwise = pairwiseProto; //# sourceMappingURL=pairwise.mjs.map