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