UNPKG

symbols-of-currency

Version:

Getting the currency symbol by currency code, country name or currency name

7 lines (6 loc) 108 B
export type CurrencyProps = { country: string, name: string, code: string, symbol: string }