add semicolon

This commit is contained in:
Horiuchi_H
2014-08-19 19:37:13 +09:00
parent a422e8fc07
commit 688f734b69

View File

@@ -821,7 +821,7 @@ declare module "express" {
(name: string): string; // Getter
(name: string, ...handlers: RequestHandler[]): Application;
(name: RegExp, ...handlers: RequestHandler[]): Application;
}
};
/**
* Return the app's absolute pathname