ignoreElements.js 175 B

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