UNPKG

emoji-flags-to-country

Version:
4 lines 160 B
declare module "emoji-flags-to-country" { export function flagToCountry(flag: string): string; export function getFlagsInText(text: string): string[]; }