/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
es5-ext
/
math
/
trunc
/
/var/www/greso.tech/server/nsm/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/greso.tech/server/nsm/node_modules/es5-ext/math/trunc/shim.js
(313B)
"use strict"; var floor = Math.floor; module.exports = function (value) { if (isNaN(value)) return NaN; value = Number(value); if (value === 0) return value; if (value === Infinity) return Infinity; if (value === -Infinity) return -Infinity; if (value > 0) return floor(value); return -floor(-value); };
Save
cmd:
run