index
:
crud
king
crud - my crud project !
pack
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
math-intrinsics
/
constants
/
maxSafeInteger.d.ts
blob: fee3f621ed517b821371decc956f3fa83bd3a45c (
plain
)
1
2
3
declare const
MAX_SAFE_INTEGER
:
9007199254740991
;
export
=
MAX_SAFE_INTEGER
;