wallet-core/node_modules/es5-ext/math/cosh/implement.js

9 lines
180 B
JavaScript
Raw Normal View History

2017-08-14 05:01:11 +02:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "cosh", { value: require("./shim"),
configurable: true,
enumerable: false,
writable: true });
}