/var/www/greso.tech/server/nsm/node_modules/es5-ext/math/fround
NameSizeModeActions
implement.js1890644editdlrm
index.js970644editdlrm
is-implemented.js1710644editdlrm
shim.js7360644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/math/fround/is-implemented.js (171B)
"use strict"; module.exports = function () { var fround = Math.fround; if (typeof fround !== "function") return false; return fround(1.337) === 1.3370000123977661; };