UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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