UNPKG
@easymoney/bigint-money
Version:
latest (1.0.1)
1.0.1
1.0.1-rc.2
1.0.1-rc.1
1.0.1-rc.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Best way to do money in js
github.com/frolovdev/easymoney
frolovdev/easymoney
@easymoney/bigint-money
/
dist
/
consts
/
precisions.d.ts
4 lines
•
183 B
TypeScript
View Raw
1
2
3
4
export
declare
const
BASE_PRECISION
=
14
;
export
declare
const
BIG_INT_PRECISION
:
bigint
;
export
declare
const
BIG_INT_PRECISION_M
:
bigint
;
//# sourceMappingURL=precisions.d.ts.map