UNPKG

@locale-tools/countries

Version:

Countries of the world and relational data

16 lines (15 loc) 579 B
import * as countries from "./data/countries.json"; import * as countriesExpanded from "./data/countries-expanded.json"; export { countries }; export { countriesExpanded }; export * from "./types/country"; export * from "./types/countryKeys"; export * from "./types/geography"; export * from "./types/governance"; export * from "./types/ioc"; export * from "./types/iso-3166-1"; export * from "./types/iso-3166-2"; export * from "./types/subdivision"; export * from "./types/tld"; export * from "./util/getCountryNameKey"; export * from "./util/removeDiacritics";