mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Fixes #2810
This commit is contained in:
3
restify/restify.d.ts
vendored
3
restify/restify.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user