UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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