dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加批量恢复报警过滤接口
‘liusuyi’
2023-10-06
63e7ee4de83e1dfd0d4db6113ca07fe544155c14
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
core-js
/
modules
/
es.number.max-safe-integer.js
1
2
3
4
5
6
7
var $ = require('../internals/export');
// `Number.MAX_SAFE_INTEGER` constant
// https://tc39.es/ecma262/#sec-number.max_safe_integer
$({ target: 'Number', stat: true, nonConfigurable: true, nonWritable: true }, {
MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF
});