Merge pull request #2811 from nikeee/patch-1

Fixes #2810
This commit is contained in:
Masahiro Wakame
2014-09-16 00:09:44 +09:00

View File

@@ -43,10 +43,9 @@ declare module "restify" {
json: (status?: any, body?: any) => any;
code: number;
contentLength: number;
charSet: string;
charSet(value: string): void;
contentType: string;
headers: Object;
statusCode: number;
id: string;
}