UNPKG
symbols-of-currency
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Getting the currency symbol by currency code, country name or currency name
symbols-of-currency
/
dist
/
variables.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
CurrencyProps
}
from
"./types/CurrencyProps"
;
export
declare
const
currencies
:
CurrencyProps
[];