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