mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update node.d.ts
Add the http.METHODS string array
This commit is contained in:
Vendored
+2
@@ -539,6 +539,8 @@ declare module "http" {
|
||||
destroy(): void;
|
||||
}
|
||||
|
||||
export var METHODS: string[];
|
||||
|
||||
export var STATUS_CODES: {
|
||||
[errorCode: number]: string;
|
||||
[errorCode: string]: string;
|
||||
|
||||
Reference in New Issue
Block a user