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
9 lines (8 loc) • 518 B
TypeScript
export { TwoLetterISORegionCode } from './twoLetterISORegionCode';
export { ThreeLetterISORegionCode } from './threeLetterISORegionCode';
export { CountryCallingCodes } from './countryCallingCodes';
export { CountryCurrencySymbols } from './countryCurrencySymbols';
export { CountryCurrencyCodes } from './countryCurrencyCodes';
export { ChinaProvinceCode } from './China/chinaProvinceCode';
export { CanadaProvinceCode } from './Canada/canadaProvinceCode';
export { USAStateCode } from './UnitedStates/USAStateCode';