UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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