UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.onErrorResumeNextProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const onerrorresumenext_js_1 = require("../../iterable/onerrorresumenext.js"); /** * @ignore */ function onErrorResumeNextProto(...args) { return (0, onerrorresumenext_js_1.onErrorResumeNext)(this, ...args); } exports.onErrorResumeNextProto = onErrorResumeNextProto; iterablex_js_1.IterableX.prototype.onErrorResumeNext = onErrorResumeNextProto; //# sourceMappingURL=onerrorresumenext.js.map