@mryuramr/country-list

1.0.5 • Public • Published

country-list

List of countries for internal usage

Example

import getCountryList from '@mryuramr/country-list'

const COUNTRY_LIST = getCountryList()

const { alpha2, euMember, name } = COUNTRY_LIST[0]

console.log('alpha2', alpha2) // DE
console.log('euMember', euMember) // true
console.log('name', name) // Deutschland

Package Sidebar

Install

npm i @mryuramr/country-list

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

31.7 kB

Total Files

5

Last publish

Collaborators

  • mryuramr