Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
math-intrinsics
/
constants
/
maxSafeInteger.d.ts
blob: fee3f621ed517b821371decc956f3fa83bd3a45c [
file
] [
log
] [
blame
]
declare
const
MAX_SAFE_INTEGER
:
9007199254740991
;
export
=
MAX_SAFE_INTEGER
;