Fixed currency range @localizer/format-number 1.0.1
fixedCurrencyRangeFormatter<
T
> (currency
,options?
): ValueRangeFormatter<T
>
T
extends number | bigint - The type of value to format.currency
- The currency to use for value formatting.options
- Optional configuration of the formatter.
Formats monetary value ranges with a fixed currency for clear and consistent financial data representation.