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