Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
es-abstract
/
helpers
📤 Upload
📝 New File
📁 New Folder
Close
Editing: maxSafeInteger.js
'use strict'; var GetIntrinsic = require('get-intrinsic'); var $Math = GetIntrinsic('%Math%'); var $Number = GetIntrinsic('%Number%'); module.exports = $Number.MAX_SAFE_INTEGER || $Math.pow(2, 53) - 1;
Save
Cancel