UNPKG

ut2

Version:

一个现代 JavaScript 实用工具库。[点击查看在线文档]。

9 lines (6 loc) 235 B
import { baseGt } from './internals/comparator.js'; import createExtremum from './internals/createExtremum.js'; var max = function (array, iteratee) { return createExtremum(array, baseGt, iteratee); }; export { max as default };