UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.skipLastProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const skiplast_js_1 = require("../../iterable/operators/skiplast.js"); /** * @ignore */ function skipLastProto(count) { return (0, skiplast_js_1.skipLast)(count)(this); } exports.skipLastProto = skipLastProto; iterablex_js_1.IterableX.prototype.skipLast = skipLastProto; //# sourceMappingURL=skiplast.js.map