mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
// 20.1.2.6 Number.MAX_SAFE_INTEGER
|
|
var $export = require('./_export');
|
|
|
|
$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });
|