country-codes-kit
Version:
simple package to retrieve country calling codes, iso codes and currency symbols
5 lines (4 loc) • 449 B
TypeScript
import { getCountryISOCode, getCountryDetails, getCurrency, getPhoneCode, getPhoneCodeByCountryName } from "./generators/index.js";
import { COUNTRY_ISO_CODE_2, COUNTRY_ISO_CODE_3, CURRENCY_CODE, ISO2_PHONE_CODE, ISO2_CODE } from "./codes/index.js";
export { getCountryISOCode, getCountryDetails, getCurrency, getPhoneCode, getPhoneCodeByCountryName, };
export { COUNTRY_ISO_CODE_2, COUNTRY_ISO_CODE_3, CURRENCY_CODE, ISO2_PHONE_CODE, ISO2_CODE, };