implement.js 192 B

12345678
  1. "use strict";
  2. if (!require("./is-implemented")()) {
  3. Object.defineProperty(Number, "MAX_SAFE_INTEGER", { value: require("./"),
  4. configurable: false,
  5. enumerable: false,
  6. writable: false });
  7. }