UNPKG

countries-ts

Version:

A powerful TypeScript library with 60+ functions for country data - search, validate, format, compare, and more. Zero dependencies.

3 lines (2 loc) 90 B
import { Country } from "./country.interface"; export declare const countries: Country[];