UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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