This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wxcz_admin
/
projectcc-smart-construction-git
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
projectcc-smart...
/
front
/
node_modules
/
es-abstract
/
helpers
/
maxSafeInteger.js
maxSafeInteger.js
101 B
Permalink
History
Raw
1
2
3
'use strict';
module.exports = Number.MAX_SAFE_INTEGER || 9007199254740991; // Math.pow(2, 53) - 1;