@dlghq/country-codes

``` type CountryInfo = { alpha: string, codes: string[], emoji: ?string }; ```

Usage no npm install needed!

<script type="module">
  import dlghqCountryCodes from 'https://cdn.skypack.dev/@dlghq/country-codes';
</script>

README

dialog-country-codes

type CountryInfo = {
  alpha: string,
  codes: string[],
  emoji: ?string
};