PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
math
/
trunc
"use strict"; module.exports = function () { var trunc = Math.trunc; if (typeof trunc !== "function") return false; return trunc(13.67) === 13 && trunc(-13.67) === -13; };
[-] is-implemented.js
[edit]
[+]
..
[-] shim.js
[edit]
[-] index.js
[edit]
[-] implement.js
[edit]