frontend/.pnpm-store/v3/files/72/ec264ae2a3c5c75e45640cefd036074520cb648967f60feb581764af04f4c602df28ab8b4f6d2c4e3fb05244fac05339044f861add1684fcadd391113350e2

8 lines
149 B
Plaintext

"use strict";
module.exports = function () {
var hypot = Math.hypot;
if (typeof hypot !== "function") return false;
return hypot(3, 4) === 5;
};