@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 303 B
JavaScript
import { IterableX } from '../../iterable/iterablex';
import { catchError } from '../../iterable/operators/catcherror';
/**
* @ignore
*/
export function catchErrorProto(fn) {
return catchError(fn)(this);
}
IterableX.prototype.catchError = catchErrorProto;
//# sourceMappingURL=catcherror.mjs.map