mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 13:32:17 +08:00
Merge pull request #14707 from kazzatso/master
[express-serve-static-core] Add missing app:Application parameter on the Response interface.
This commit is contained in:
2
express-serve-static-core/index.d.ts
vendored
2
express-serve-static-core/index.d.ts
vendored
@@ -848,6 +848,8 @@ interface Response extends http.ServerResponse, Express.Response {
|
||||
*
|
||||
*/
|
||||
vary(field: string): Response;
|
||||
|
||||
app: Application;
|
||||
}
|
||||
|
||||
interface Handler extends RequestHandler { }
|
||||
|
||||
Reference in New Issue
Block a user