@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 343 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { PairwiseAsyncIterable } from '../../asynciterable/operators/pairwise.js';
/**
* @ignore
*/
export function pairwiseProto() {
return new PairwiseAsyncIterable(this);
}
AsyncIterableX.prototype.pairwise = pairwiseProto;
//# sourceMappingURL=pairwise.js.map