UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

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