<% module.exports = buildAPI({ result: function (str) { return str + '!'; } }); %>