mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
add semicolon
This commit is contained in:
2
express/express.d.ts
vendored
2
express/express.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user