Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/countries/mod.ts>CountryInfoProvider.getCountryFromName

🦕 module which provides information about countries on earth + mars
Latest
method CountryInfoProvider.getCountryFromName
import { CountryInfoProvider } from "https://deno.land/x/countries@v1.2.0/mod.ts";

Parameters

countryName: string

Returns

ICountry | undefined