Y
Hacker News
new
|
ask
|
show
|
jobs
by
dlojudice
2470 days ago
Is there a BigDecimal, Money, or similar coming to JS?
1 comments
mark-r
2469 days ago
You could probably emulate them. For example, Money would just be BigInt/100.
link