mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removed the extends from the IRouter definition
This commit is contained in:
Vendored
+1
-1
@@ -62,7 +62,7 @@ declare module "express" {
|
||||
new (method: string, path: string, callbacks: Function[], options: any): Route;
|
||||
}
|
||||
|
||||
interface IRouter<T extends IRouter> {
|
||||
interface IRouter<T> {
|
||||
/**
|
||||
* Map the given param placeholder `name`(s) to the given callback(s).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user