UNPKG

koan

Version:

A Koa.js Application Boilerplate

8 lines (6 loc) 110 B
'use strict'; module.exports = { home: function *(next) { this.body = yield app.render('home'); } };