ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.catchErrorProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const catcherror_js_1 = require("../../iterable/operators/catcherror.js");
/**
* @ignore
*/
function catchErrorProto(fn) {
return (0, catcherror_js_1.catchError)(fn)(this);
}
exports.catchErrorProto = catchErrorProto;
iterablex_js_1.IterableX.prototype.catchError = catchErrorProto;
//# sourceMappingURL=catcherror.js.map