currency-to-country-map
v1.0.3
Published
Maps currency codes to their corresponding country names
Downloads
1
Readme
Hey, this package maps the currency codes to their corresponding country names.
Usage :
getCountryName("USD");
Output : United States
getCountryName("ABC");
Output : N/A