mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 18:18:36 +00:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
"use strict";
|
|
|
|
if (!require("./is-implemented")()) {
|
|
Object.defineProperty(Number, "MAX_SAFE_INTEGER", {
|
|
value: require("./"),
|
|
configurable: false,
|
|
enumerable: false,
|
|
writable: false
|
|
});
|
|
}
|