mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Expose raw http server
This commit is contained in:
Vendored
+1
@@ -95,6 +95,7 @@ declare module "restify" {
|
||||
listen(... args: any[]): any;
|
||||
close(... args: any[]): any;
|
||||
pre(routeCallBack: RequestHandler): any;
|
||||
server: http.Server;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user