@honocorporation/countrycodes
v3.0.0
Published
ISO2 and IS03 country codes and related entities
Downloads
45
Maintainers
Readme
@honocorporation/countrycodes
This package contains data on both ISO2 and IS03 country codes and related data such as continents, dialing codes, flags and currencies
Install
npm install @honocorporation/countrycodes
Usage
Import desired entities using JavaScript ES6 module syntax.
For example:
import {CountryCodes} from "./node_modules/@honocorporation/countrycodes/index.js";
console.log(CountryCodes);