UNPKG

country-codes-kit

Version:

simple package to retrieve country calling codes, iso codes and currency symbols

5 lines 464 B
import { getCountryISOCode, getCountryDetails, getCurrency, getPhoneCode, getPhoneCodeByCountryName, } from "./generators/index.mjs"; import { COUNTRY_ISO_CODE_2, COUNTRY_ISO_CODE_3, CURRENCY_CODE, ISO2_PHONE_CODE, } from "./codes/index.mjs"; export { getCountryISOCode, getCountryDetails, getCurrency, getPhoneCode, getPhoneCodeByCountryName, }; export { COUNTRY_ISO_CODE_2, COUNTRY_ISO_CODE_3, CURRENCY_CODE, ISO2_PHONE_CODE, }; //# sourceMappingURL=index.js.map