Urara-Blog/node_modules/.pnpm-store/v3/files/62/d24b66cd8cb2087a8e36075d25f4fd86d069bd646c81604c7648df9821bd8db07bc0121c502714951c100455bf313ab3e517b31d81ab92c1a06d6c14868c0f
2022-08-14 01:14:53 +08:00

8 lines
205 B
Text

'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;