UNPKG

isoc

Version:

A list of country names and codes as published by the ISO 3166-1 standard

14 lines (9 loc) 162 B
'use strict'; /** * List of `countries` data. */ import collection from '../data/countries.json'; /** * Export `countries`. */ export default collection;