UNPKG

@jagomf/countrieslist

Version:

Sovereign countries' names in many languages with their ISO-3166-1 alpha-2.

6 lines (5 loc) 127 B
import { type CountryCode } from "./countryCodes"; declare const fr: { [key in CountryCode]: string; }; export default fr;