mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
declare function getFlagEmoji(twoLetterCountryCode: string): string;
|
|
|
|
export { getFlagEmoji };
|