UNPKG

ix

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 311 B
import { IterableX } from '../../iterable/iterablex.mjs'; import { catchError } from '../../iterable/operators/catcherror.mjs'; /** * @ignore */ export function catchErrorProto(fn) { return catchError(fn)(this); } IterableX.prototype.catchError = catchErrorProto; //# sourceMappingURL=catcherror.mjs.map