diff --git a/node/node.d.ts b/node/node.d.ts index 2865aedd4..6544d3c10 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -539,6 +539,8 @@ declare module "http" { destroy(): void; } + export var METHODS: string[]; + export var STATUS_CODES: { [errorCode: number]: string; [errorCode: string]: string;