frontend/.pnpm-store/v3/files/91/b72162bc01d866559fb98a885a185cd5ea753b74d63a1ef324e8928341ec5dee3f4b7f6731e8116c2f1143b449d16d53ac6748e13c2e91c87e0c30c25c3716

8 lines
147 B
Plaintext

"use strict";
module.exports = function () {
var imul = Math.imul;
if (typeof imul !== "function") return false;
return imul(-1, 8) === -8;
};