UNPKG

231 BJavaScriptView Raw
1import { extremaBy, defaultCompareAsync } from './_extremaby';
2export function maxBy(source, keySelector, comparer = defaultCompareAsync) {
3 return extremaBy(source, keySelector, comparer);
4}
5
6//# sourceMappingURL=maxby.mjs.map