Update definition: express.

This commit is contained in:
Cyril Schumacher
2015-08-15 15:46:12 +02:00
parent 15d55818e5
commit c4759462f7
+1
View File
@@ -98,6 +98,7 @@ declare module "express" {
delete: IRouterMatcher<T>;
patch: IRouterMatcher<T>;
options: IRouterMatcher<T>;
head: IRouterMatcher<T>;
route(path: string): IRoute;