Skip to content

Documentation / @ripl/core / minOf

Function: minOf()

minOf<TValue>(values, accessor): number

Defined in: packages/core/src/math/number.ts:13

Returns the minimum numeric value extracted from an array via the accessor.

Type Parameters

Type Parameter
TValue

Parameters

ParameterType
valuesTValue[]
accessor(value) => number

Returns

number