UNPKG

ix

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 269 B
import { IterableX } from '../../iterable/iterablex.mjs'; import { last } from '../../iterable/last.mjs'; /** * @ignore */ export function lastProto(options) { return last(this, options); } IterableX.prototype.last = lastProto; //# sourceMappingURL=last.mjs.map