biofriction-wp-theme/node_modules/es5-ext/number/min-safe-integer/implement.js

9 lines
192 B
JavaScript

"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Number, "MIN_SAFE_INTEGER", { value: require("./"),
configurable: false,
enumerable: false,
writable: false });
}