timepiece/node_modules/es5-ext/math/sign/implement.js

11 lines
187 B
JavaScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "sign", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}