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 { minBy as minBy$1 } from "../../array/minBy.mjs"; //#region src/fp/array/minBy.ts function minBy(getValue) { return function(array) { return minBy$1(array, getValue); }; } //#endregion export { minBy };