UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 165 B
import { Observable } from 'rxjs'; import { pairwise } from '../../operator/pairwise'; Observable.prototype.pairwise = pairwise; //# sourceMappingURL=pairwise.js.map