UNPKG

dialcode-and-country-data

Version:
10 lines (7 loc) 217 B
// index.js const countryCodeData = require("./data/Country_Dialcode.json"); const countryLocationData = require("./data/Country_Data.json"); module.exports = { countryCodeData, countryLocationData, };