mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Deprecated res.status
``res.send(status, body)`` is deprecated. Use ``res.status(status).send(body)`` instead
This commit is contained in:
1
types/express-serve-static-core/index.d.ts
vendored
1
types/express-serve-static-core/index.d.ts
vendored
@@ -475,7 +475,6 @@ interface MediaType {
|
||||
}
|
||||
|
||||
interface Send {
|
||||
(status: number, body?: any): Response;
|
||||
(body?: any): Response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user