mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Rollback in some changes
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ export class Server {
|
||||
opts: any;
|
||||
modernOpts: any;
|
||||
dedupId: any;
|
||||
clients: Client[];
|
||||
clients: any;
|
||||
closed: boolean;
|
||||
|
||||
constructor(opts: any, callback?: () => void);
|
||||
|
||||
Reference in New Issue
Block a user