/
var
/
www
/
qr4y.com
/
server
/
delivery
/
node_modules
/
es5-ext
/
math
/
trunc
/
/var/www/qr4y.com/server/delivery/node_modules/es5-ext/math/trunc
mkdir
upload
Name
Size
Mode
Actions
implement.js
188
0644
edit
dl
rm
index.js
96
0644
edit
dl
rm
is-implemented.js
176
0644
edit
dl
rm
shim.js
313
0644
edit
dl
rm
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; };
Save
cmd:
run