@neutrium/formatter - v1.0.1
    Preparing search index...

    Variable percentageCodecConst

    percentageCodec: Readonly<
        FormatCodec<"percentage", NumericValue, PercentageFormatSpec, string>,
    > & ContractCodec<
        readonly [
            FormatContract<PercentageFormatSpec, NumericValue, string, true>,
        ],
    > = ...

    Built-in range-capable Intl.NumberFormat percentage codec.