dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/es-abstract/helpers/maxSafeInteger.js
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

9 lines
205 B
JavaScript

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