UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

10 lines (9 loc) 215 B
import { maxBy as maxBy$1 } from "../../array/maxBy.mjs"; //#region src/fp/array/maxBy.ts function maxBy(getValue) { return function(array) { return maxBy$1(array, getValue); }; } //#endregion export { maxBy };