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

x/countries/mod.ts>CountryInfoProvider.getCountryFromCode

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

Parameters

countryCode: string | number

Returns

ICountry | undefined