Skip to content

Commit

Permalink
Export countries and CountryInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanfarsak committed Mar 25, 2024
1 parent 43f7425 commit 3f7cd99
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 3f7cd99

Please sign in to comment.