my-idlers/node_modules/es5-ext/math/asinh/implement.js

11 lines
188 B
JavaScript
Raw Normal View History

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