UNPKG

countries-list-as-georgian

Version:
29 lines (20 loc) 437 B
# countries-list-as-georgian.js Contries list with flags ( English/Georgian ) # Installation Using npm: ```shell npm i --save countries-list-as-georgian ``` Using Yarn: ```shell yarn add countries-list-as-georgian ``` Using PNPM: ```shell PNPM install countries-list-as-georgian ``` # Example ```js import countries, {countriesByShortName} from 'countries-list-as-georgian' console.log(countries, countriesByShortName['GE']) ```