exhaust.js 154 B

12345
  1. import { exhaust as higherOrder } from 'rxjs/operators';
  2. export function exhaust() {
  3. return higherOrder()(this);
  4. }
  5. //# sourceMappingURL=exhaust.js.map