UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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