mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
The options of the Router are optional
This commit is contained in:
Vendored
+1
-1
@@ -63,7 +63,7 @@ declare module "express" {
|
||||
}
|
||||
|
||||
export class Router {
|
||||
new (options: any): Router;
|
||||
new (options?: any): Router;
|
||||
|
||||
middleware (): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user