README
@bumped-inc/country-data
Country and State/Province data
Usage
yarn add @bumped-inc/country-data
import { countries } from '@bumped-inc/country-data';
console.log(countries[0].name); // "Afghanistan"
Country and State/Province data
<script type="module">
import bumpedIncCountryData from 'https://cdn.skypack.dev/@bumped-inc/country-data';
</script>
Country and State/Province data
yarn add @bumped-inc/country-data
import { countries } from '@bumped-inc/country-data';
console.log(countries[0].name); // "Afghanistan"