Percent range @localizer/format-number 1.0.1
percentRangeFormatter<
T
> (options?
): ValueRangeFormatter<T
>
T
extends number | bigint - The type of value to format.options
- Optional configuration of the formatter.
This formatter offers a locale-aware way to format percentage ranges.
TIP
If you prefer to use default settings, consider using a preconfigured percentage range formatter. It simplifies the process by providing a ready-to-use configuration for common use cases.