Skip to content

API reference / @localizer/core / ValueRangeFormatter

Type Alias: ValueRangeFormatter()<T>

ValueRangeFormatter<T> = (start, end) => Localizable

Defined in: types/formatter.ts:50

Formats a range of values into a Localizable.

Type Parameters

Type ParameterDescription
TThe type of the range values.

Parameters

ParameterType
startT
endT

Returns

Localizable

See

Localizable