// eslint-disable-next-line no-eval module.exports = function (input) { return eval(input.code); };