/var/www/qr4y.com/server/delivery/node_modules/es5-ext/math/trunc
NameSizeModeActions
implement.js1880644editdlrm
index.js960644editdlrm
is-implemented.js1760644editdlrm
shim.js3130644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/es5-ext/math/trunc/is-implemented.js (176B)
"use strict"; module.exports = function () { var trunc = Math.trunc; if (typeof trunc !== "function") return false; return trunc(13.67) === 13 && trunc(-13.67) === -13; };