UNPKG

jsm-core

Version:
6 lines (5 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COUNTRIES = void 0; const country_data_1 = require("country-data"); exports.COUNTRIES = country_data_1.countries.all;