UNPKG
@cprecioso/country-flag-emoji
Version:
latest (1.0.0)
1.0.0
Lightweight emoji flag to and from country code
@cprecioso/country-flag-emoji
/
dist
/
index.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
declare
const
getEmojiFlag
:
(
countryCode
:
string
) =>
string
;
declare
const
getCountryCode
:
(
flagEmoji
:
string
) =>
string
;
export
{ getEmojiFlag, getCountryCode };