UNPKG
@easymoney/formatter
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.1-rc.2
1.0.1-rc.1
1.0.1-rc.0
1.0.0
0.0.5
0.0.4
0.0.3
0.0.1
Best way to do money in js
github.com/frolovdev/easymoney
frolovdev/easymoney
@easymoney/formatter
/
dist
/
index.d.ts
4 lines
•
207 B
TypeScript
View Raw
1
2
3
4
import
{
MoneyIntlFormatter
}
from
"./types"
;
declare
const
createMoneyIntlFormatter
:
() =>
MoneyIntlFormatter
;
export
{ createMoneyIntlFormatter,
MoneyIntlFormatter
};
//# sourceMappingURL=index.d.ts.map