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