UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

9 lines 334 B
import { onErrorResumeNext as higherOrder } from 'rxjs/operators'; export function onErrorResumeNext() { var nextSources = []; for (var _i = 0; _i < arguments.length; _i++) { nextSources[_i] = arguments[_i]; } return higherOrder.apply(void 0, nextSources)(this); } //# sourceMappingURL=onErrorResumeNext.js.map