ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.takeLastProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const takelast_js_1 = require("../../iterable/operators/takelast.js");
/**
* @ignore
*/
function takeLastProto(count) {
return (0, takelast_js_1.takeLast)(count)(this);
}
exports.takeLastProto = takeLastProto;
iterablex_js_1.IterableX.prototype.takeLast = takeLastProto;
//# sourceMappingURL=takelast.js.map