@vsokolov/utils - v1.4.2
    Preparing search index...

    Variable COUNTRY_NAMESConst

    COUNTRY_NAMES: Record<string, string> = ...

    COUNTRY_NAMES

    Mapping of ISO 3166-1 alpha-2 country codes to human-readable country names. Use this list when a deterministic, local mapping is needed instead of relying on the runtime Intl APIs. Keys are upper-case two-letter codes.

    Example: COUNTRY_NAMES['US'] === 'United States'