UNPKG

@legendaryrob/countrify

Version:

A package to assist in the disection of ISO-3166-1(country) and ISO-3166-2(subdivision) ISO standards.

18 lines (15 loc) 243 B
const { allCountriesList, getAlpha2, getAlpha3, getName, getSubdivisionsList, } = require('./src'); const countrify = { allCountriesList, getAlpha2, getAlpha3, getName, getSubdivisionsList, }; module.exports = countrify;