/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/hypot
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1490644editdlrm
shim.js10010644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/hypot/is-implemented.js (149B)
"use strict"; module.exports = function () { var hypot = Math.hypot; if (typeof hypot !== "function") return false; return hypot(3, 4) === 5; };