UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.catchProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const catcherror_js_1 = require("../../asynciterable/operators/catcherror.js"); /** * @ignore */ function catchProto(handler) { return (0, catcherror_js_1.catchError)(handler)(this); } exports.catchProto = catchProto; asynciterablex_js_1.AsyncIterableX.prototype.catchError = catchProto; //# sourceMappingURL=catcherror.js.map