UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 157 B
import { pairwise as higherOrder } from 'rxjs/operators'; export function pairwise() { return higherOrder()(this); } //# sourceMappingURL=pairwise.js.map