Fixed unit range @localizer/format-number 1.0.1
fixedUnitRangeFormatter<
T
> (unit
,options?
): ValueRangeFormatter<T
>
T
extends number | bigint - The type of value to format.unit
- The measurement unit to use for value formatting.options
- Optional configuration of the formatter.
This formatter displays measurement ranges with a fixed unit, ensuring clear numerical representation.