Skip to content

Documentation / @ripl/utilities / numberMinOf

Function: numberMinOf() ​

numberMinOf<TValue>(values, accessor): number

Defined in: packages/utilities/src/number.ts:38

Returns the minimum numeric value extracted from an array via the accessor (Infinity when empty).

Type Parameters ​

Type Parameter
TValue

Parameters ​

ParameterType
valuesTValue[]
accessor(value) => number

Returns ​

number