mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fixed reference
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="koa.d.ts" />
|
||||
/// <reference path="koa-1.1.2.d.ts" />
|
||||
|
||||
import * as Koa from 'koa';
|
||||
var app = new Koa();
|
||||
@@ -23,4 +23,4 @@ app.use(function *(): Iterable<void> {
|
||||
ctx.body = 'Hello World';
|
||||
});
|
||||
|
||||
app.listen(3000);
|
||||
app.listen(3000);
|
||||
|
||||
Reference in New Issue
Block a user