aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/math/sinh/implement.js
blob: cc4c40bcb155c1b407e009488742bafa0cb8de6b (plain)
1
2
3
4
5
6
7
8
"use strict";

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