UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 170 B
import { catchError as higherOrder } from 'rxjs/operators'; export function _catch(selector) { return higherOrder(selector)(this); } //# sourceMappingURL=catch.js.map