@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 344 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex';
import { catchError as _catchError } from '../../asynciterable/operators/catcherror';
/**
* @ignore
*/
export function catchProto(handler) {
return _catchError(handler)(this);
}
AsyncIterableX.prototype.catchError = catchProto;
//# sourceMappingURL=catcherror.mjs.map