Fixed close function parameters on Client

This commit is contained in:
J Gabriel Gouveia
2018-06-18 08:05:12 -03:00
parent c2d54c3e97
commit e9b588a671
+1 -2
View File
@@ -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 {