UNPKG
dicelang
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
JavaScript interpreter of the Roll20 dice language
github.com/IrisAmp/dicelang
IrisAmp/dicelang
dicelang
/
example
/
dist
/
src
/
Common
/
Constants.d.ts
5 lines
(4 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
INT53
_UPPER_MASK =
2097151
;
export
declare
const
MAX_JS_INT
=
9007199254740991
;
export
declare
const
MAX_UINT_32
=
4294967295
;
export
declare
const
POW_2_32
=
4294967296
;