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
/
createCurrencyList.d.ts
5 lines
•
272 B
TypeScript
View Raw
1
2
3
4
5
import
{
AnyCurrencyUnit
}
from
"@easymoney/core"
;
import
{
CurrencyList
}
from
"./types"
;
declare
function
createCurrencyList<C
extends
AnyCurrencyUnit
>(
currencies
: C[]):
CurrencyList
<C>;
export
{ createCurrencyList };
//# sourceMappingURL=createCurrencyList.d.ts.map