UNPKG

country-codes-library

Version:

The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it inc

6 lines (5 loc) 184 B
/** * Mapping of PascalCase keys to proper country names * This provides the canonical display names for all countries */ export declare const CountryNames: Record<string, string>;