1
0
forked from dyf/APP
Files
APP/node_modules/es5-ext/math/sinh/implement.js

11 lines
187 B
JavaScript
Raw Permalink Normal View History

2025-07-05 14:49:26 +08:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "sinh", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}