UNPKG

@legendaryrob/countrify

Version:

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

14 lines (12 loc) 388 B
const allCountriesList = require('./allCountriesList/index.js'); const getAlpha2 = require('./getAlpha2/index.js'); const getAlpha3 = require('./getAlpha3/index.js'); const getName = require('./getName/index.js'); const getSubdivisionsList = require('./getSubdivisionsList/index.js'); module.exports = { allCountriesList, getAlpha2, getAlpha3, getName, getSubdivisionsList, };