UNPKG

restcountries-wrapper

Version:

A simple API wrapper for the API at https://restcountries.eu

4 lines 124 B
import { Country } from "./Types"; declare const Data: Country[]; export default Data; //# sourceMappingURL=Data.d.ts.map