mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
add semicolon
This commit is contained in:
Vendored
+1
-1
@@ -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