ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.skipLastProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const skiplast_js_1 = require("../../asynciterable/operators/skiplast.js");
/**
* @ignore
*/
function skipLastProto(count) {
return new skiplast_js_1.SkipLastAsyncIterable(this, count);
}
exports.skipLastProto = skipLastProto;
asynciterablex_js_1.AsyncIterableX.prototype.skipLast = skipLastProto;
//# sourceMappingURL=skiplast.js.map