UNPKG
@easymoney/currencies
Version:
latest (1.0.2)
1.0.2
1.0.2-rc.2
1.0.2-rc.1
1.0.2-rc.0
1.0.1
1.0.0
0.0.5
0.0.4
0.0.1
Best way to do money in js
github.com/frolovdev/easymoney
frolovdev/easymoney
@easymoney/currencies
/
dist
/
currencies
/
cryptoCurrencies.d.ts
4 lines
•
245 B
TypeScript
View Raw
1
2
3
4
import
{
CurrencyMap
,
CurrencyUnitCrypto
}
from
"../types"
;
export
declare
const
cryptoCurrenciesMap
:
CurrencyMap
<
CurrencyUnitCrypto
>;
export
declare
const
cryptoCurrencies
:
CurrencyUnitCrypto
[];
//# sourceMappingURL=cryptoCurrencies.d.ts.map