UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const catch_1 = require("../../asynciterable/catch"); /** * @ignore */ function catchProto(...args) { return catch_1._catch(this, ...args); } exports.catchProto = catchProto; asynciterablex_1.AsyncIterableX.prototype.catch = catchProto; //# sourceMappingURL=catch.js.map