UNPKG
@juici/math
Version:
latest (0.1.0)
0.1.0
A mathematics utility library
Juici/math.js
@juici/math
/
src
/
index.ts
5 lines
(3 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
export
{
BigDecimal
}
from
"./BigDecimal"
;
export
{
ParseDecimalError
}
from
"./errors"
;
export
type
{
BigDecimalLike
,
DecimalValue
}
from
"./BigDecimal"
;