mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 01:29:08 +00:00
5 lines
145 B
JavaScript
5 lines
145 B
JavaScript
![]() |
// 20.1.2.10 Number.MIN_SAFE_INTEGER
|
||
|
var $export = require('./_export');
|
||
|
|
||
|
$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });
|