Merge pull request #4833 from raregrass/patch-1

Update node.d.ts
This commit is contained in:
Masahiro Wakame
2015-07-13 07:10:44 +09:00
+2
View File
@@ -539,6 +539,8 @@ declare module "http" {
destroy(): void;
}
export var METHODS: string[];
export var STATUS_CODES: {
[errorCode: number]: string;
[errorCode: string]: string;