UNPKG

i18n-node-server

Version:

NodeJS http server to store your internationalized phrases

10 lines 532 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.namedCC = exports.countryCodes = void 0; const named_country_codes_json_1 = __importDefault(require("./named-country-codes.json")); exports.countryCodes = Object.keys(named_country_codes_json_1.default); exports.namedCC = named_country_codes_json_1.default; //# sourceMappingURL=country-codes.js.map