UNPKG

@easy-team/res

Version:

A Powerful, Simple Node React Web Framework

8 lines (7 loc) 132 B
'use strict'; module.exports = () => { return async function(ctx, next) { ctx.locals.title = 'res'; await next(); }; };