UNPKG

@cprecioso/country-flag-emoji

Version:

Lightweight emoji flag to and from country code

4 lines (3 loc) 163 B
declare const getEmojiFlag: (countryCode: string) => string; declare const getCountryCode: (flagEmoji: string) => string; export { getEmojiFlag, getCountryCode };