Skip to content

Commit

Permalink
Merge pull request #6 from mehmetcanfarsak/export-countries-and-Count…
Browse files Browse the repository at this point in the history
…ryInterface

Export countries and CountryInterface
  • Loading branch information
mehmetcanfarsak committed Mar 25, 2024
2 parents 8198f1d + 3f7cd99 commit 5bfd4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { countries, CountryInterface } from "./countries";

export { countries, CountryInterface };

export const getCountryFlagEmojiFromCountryCode = (
countryCode: string
): string | null => {
Expand Down

0 comments on commit 5bfd4f6

Please sign in to comment.