UNPKG

symbols-of-currency

Version:

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

7 lines (6 loc) 118 B
export declare type CurrencyProps = { country: string; name: string; code: string; symbol: string; };