mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed close function parameters on Client
This commit is contained in:
Vendored
+1
-2
@@ -47,8 +47,7 @@ export class Client {
|
||||
|
||||
constructor(connection: any, server: Server);
|
||||
|
||||
close(callback: () => void, reason: string): void;
|
||||
close(reason: string): void;
|
||||
close(callback?: () => void, reason?: string): void;
|
||||
}
|
||||
|
||||
export class Stats {
|
||||
|
||||
Reference in New Issue
Block a user