11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
|
"use strict";
|
||
|
|
||
|
if (!require("./is-implemented")()) {
|
||
|
Object.defineProperty(Number, "MAX_SAFE_INTEGER", {
|
||
|
value: require("./"),
|
||
|
configurable: false,
|
||
|
enumerable: false,
|
||
|
writable: false
|
||
|
});
|
||
|
}
|