v1.1.0
Adds two union types (TypeScript 3.4+ only):
Currencies
, that contains all the currencies;Countries
, that contains all the countries.
Example - TypeScript on NodeJS:
import countryToCurrency, { Currencies, Countries } from "country-to-currency";