frontend/.pnpm-store/v3/files/00/ea0d1168e4e66a232a6bed349bfc6c3c62d18f43c9a7febfa34103b186d03fc5f843f4478cdab67ee496554c3f6bd8ea5c9f3d9e43805290be010d8a76c014

9 lines
182 B
Plaintext

"use strict";
var value = require("./valid-value");
module.exports = function (code) {
// eslint-disable-next-line no-new-func
return new Function("return " + value(code))();
};