mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add the method "head".
This commit is contained in:
Vendored
+1
@@ -40,6 +40,7 @@ declare module "express" {
|
||||
delete(...handler: RequestHandler[]): IRoute;
|
||||
patch(...handler: RequestHandler[]): IRoute;
|
||||
options(...handler: RequestHandler[]): IRoute;
|
||||
head(...handler: RequestHandler[]): IRoute;
|
||||
}
|
||||
|
||||
interface IRouterMatcher<T> {
|
||||
|
||||
Reference in New Issue
Block a user