country-codes-kit
Version:
simple package to retrieve country calling codes, iso codes and currency symbols
15 lines • 1.66 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ISO2_PHONE_CODE = exports.CURRENCY_CODE = exports.COUNTRY_ISO_CODE_3 = exports.COUNTRY_ISO_CODE_2 = exports.getPhoneCodeByCountryName = exports.getPhoneCode = exports.getCurrency = exports.getCountryDetails = exports.getCountryISOCode = void 0;
const index_js_1 = require("./generators/index.js");
Object.defineProperty(exports, "getCountryISOCode", { enumerable: true, get: function () { return index_js_1.getCountryISOCode; } });
Object.defineProperty(exports, "getCountryDetails", { enumerable: true, get: function () { return index_js_1.getCountryDetails; } });
Object.defineProperty(exports, "getCurrency", { enumerable: true, get: function () { return index_js_1.getCurrency; } });
Object.defineProperty(exports, "getPhoneCode", { enumerable: true, get: function () { return index_js_1.getPhoneCode; } });
Object.defineProperty(exports, "getPhoneCodeByCountryName", { enumerable: true, get: function () { return index_js_1.getPhoneCodeByCountryName; } });
const index_js_2 = require("./codes/index.js");
Object.defineProperty(exports, "COUNTRY_ISO_CODE_2", { enumerable: true, get: function () { return index_js_2.COUNTRY_ISO_CODE_2; } });
Object.defineProperty(exports, "COUNTRY_ISO_CODE_3", { enumerable: true, get: function () { return index_js_2.COUNTRY_ISO_CODE_3; } });
Object.defineProperty(exports, "CURRENCY_CODE", { enumerable: true, get: function () { return index_js_2.CURRENCY_CODE; } });
Object.defineProperty(exports, "ISO2_PHONE_CODE", { enumerable: true, get: function () { return index_js_2.ISO2_PHONE_CODE; } });
//# sourceMappingURL=index.js.map