frontend/.pnpm-store/v3/files/22/1a508f27ae8415a690b80dbc85c030453d63c9b519c30ea0179c8bb34042008985a8c2df8fb8a5841e3d88bd6841123ce2105108c8c24f0fbbb57797a13602

7 lines
139 B
Plaintext

"use strict";
module.exports = function () {
try { return Object.entries({ foo: 12 })[0][0] === "foo"; }
catch (e) { return false; }
};