UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 300 B
import { IterableX } from '../../iterable/iterablex.js'; import { skipLast } from '../../iterable/operators/skiplast.js'; /** * @ignore */ export function skipLastProto(count) { return skipLast(count)(this); } IterableX.prototype.skipLast = skipLastProto; //# sourceMappingURL=skiplast.js.map