From 3abe86c6fe43c4ffd71c431870e6f2dfa385b509 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Fri, 12 Sep 2014 02:44:31 +0200 Subject: [PATCH] Fixes #2810 --- restify/restify.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 6bcbb5412c..38a43f0dd4 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -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; }