diff --git a/src/index.ts b/src/index.ts index bc61782..f322b86 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,7 @@ import { countries, CountryInterface } from "./countries"; +export { countries, CountryInterface }; + export const getCountryFlagEmojiFromCountryCode = ( countryCode: string ): string | null => {