Variable: toMaxByAsync
const
toMaxByAsync:ToMinOrMaxByAsync
Defined in: statistics.d.ts:474
Returns an async optional reducer that finds the maximum value of the values
it receives based on the fn
AsyncCompare function.
Use when composing reducers. Prefer maxByAsync and maxByConcur for direct use on iterables.
Since
v2.0.0