UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 503 B
"use strict"; 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