UNPKG

countries-region

Version:

A comprehensive library for countries and regions data with TypeScript support

7 lines (6 loc) 192 B
import { Country } from '../types'; /** * List of countries with their details * This is a representative sample of countries from each region */ export declare const countries: Country[];