UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 259 B
import { IterableX } from '../../iterable/iterablex'; import { last } from '../../iterable/last'; export function lastProto(predicate = () => true) { return last(this, predicate); } IterableX.prototype.last = lastProto; //# sourceMappingURL=last.mjs.map