UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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