UNPKG

countries-region

Version:

A comprehensive library for countries and regions data with TypeScript support

6 lines (5 loc) 130 B
import { Region } from '../types'; /** * List of world regions with their subregions */ export declare const regions: Region[];