/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/asinh
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1630644editdlrm
shim.js3500644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/asinh/is-implemented.js (163B)
"use strict"; module.exports = function () { var asinh = Math.asinh; if (typeof asinh !== "function") return false; return asinh(2) === 1.4436354751788103; };