/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/cosh
NameSizeModeActions
implement.js1870644editdlrm
index.js950644editdlrm
is-implemented.js1590644editdlrm
shim.js2380644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/cosh/is-implemented.js (159B)
"use strict"; module.exports = function () { var cosh = Math.cosh; if (typeof cosh !== "function") return false; return cosh(1) === 1.5430806348152437; };