UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

5 lines (4 loc) 116 B
module.exports = function (context) { const { query } = context.data.root; return query.name + query.suffix; };