module.exports = { onInput: function (input) { return { name: input.name.toUpperCase(), }; }, };