var Koa = require('koa'); var app = new Koa(); // $ Alert app.use(function handler(ctx){ });