@ipregistry/client
    Preparing search index...

    Interface CurrencyFormat

    interface CurrencyFormat {
        decimal_separator: string | null;
        group_separator: string | null;
        negative: CurrencyFormatPrefixSuffix;
        positive: CurrencyFormatPrefixSuffix;
    }
    Index
    decimal_separator: string | null
    group_separator: string | null