UNPKG

ccq-core

Version:

koa project with typescript

4 lines 104 B
export default options => async (ctx, next) => { console.log(JSON.stringify(options)) await next() }