Variable: toMaxWithAsync
const
toMaxWithAsync:ToMinOrMaxWithAsync
Defined in: statistics.d.ts:860
Returns an async optional reducer that finds the maximum value of the values
it receives by comparing the numerical values of each value, as defined by
fn
.
Use when composing reducers. Prefer maxWithAsync and maxWithConcur for direct use on iterables.
Since
v2.0.0