• This function is like max except that it accepts iteratee which is invoked for each element in array to generate the criterion by which the value is ranked.

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 15,906 bytes
    • Micro-dash: 219 bytes

    Type Parameters

    • T extends Existent

    Parameters

    • array: readonly T[]
    • iteratee: ValueIteratee<T, Primitive>

    Returns T

Generated using TypeDoc