mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 06:19:24 +08:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import * as koa from 'koa';
|
|
import * as logger from 'koa-logger';
|
|
|
|
const app = new koa();
|
|
app.use(logger());
|