frontend/.pnpm-store/v3/files/af/58b185a2eaa4f5fe78987ef053807318de90440befd25890f9a30173bc2ef6ff18932f6b35acc411a5d815845657aa0b007644eb9b12631dd81cfffad8fa2a

8 lines
159 B
Plaintext

"use strict";
module.exports = function () {
var cbrt = Math.cbrt;
if (typeof cbrt !== "function") return false;
return cbrt(2) === 1.2599210498948732;
};