mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
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