onErrorResumeNext.js 334 B

123456789
  1. import { onErrorResumeNext as higherOrder } from 'rxjs/operators';
  2. export function onErrorResumeNext() {
  3. var nextSources = [];
  4. for (var _i = 0; _i < arguments.length; _i++) {
  5. nextSources[_i] = arguments[_i];
  6. }
  7. return higherOrder.apply(void 0, nextSources)(this);
  8. }
  9. //# sourceMappingURL=onErrorResumeNext.js.map