Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/es-abstract/helpers/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;