@types/express-serve-static-core
Advanced tools
Comparing version
@@ -50,3 +50,3 @@ // Type definitions for Express 4.17 | ||
export interface RequestHandler<P = ParamsDictionary, ResBody = any, ReqBody = any, ReqQuery = ParsedQs> { | ||
// tslint:disable-next-line callable-types (This is extended from and can't extend from a type alias in ts<2.2 | ||
// tslint:disable-next-line callable-types (This is extended from and can't extend from a type alias in ts<2.2) | ||
(req: Request<P, ResBody, ReqBody, ReqQuery>, res: Response<ResBody>, next: NextFunction): void; | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "@types/express-serve-static-core", | ||
"version": "4.17.16", | ||
"version": "4.17.17", | ||
"description": "TypeScript definitions for Express", | ||
@@ -61,4 +61,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f7033eb872882e58363ee913b09e61ea4ff9ba1571ab6b8b89e97c6d6adb16c7", | ||
"typesPublisherContentHash": "6a2ede4cf42aedc8c6cd545ef9b4687b688370023e3a3e34aae2169ab97b5b01", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 14 Dec 2020 18:04:17 GMT | ||
* Last updated: Tue, 15 Dec 2020 17:30:38 GMT | ||
* Dependencies: [@types/range-parser](https://npmjs.com/package/@types/range-parser), [@types/qs](https://npmjs.com/package/@types/qs), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
40202
0