mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix socket.io.d.ts: argument of Socket.disconnect
This commit is contained in:
Vendored
+1
-1
@@ -68,7 +68,7 @@ declare module SocketIO {
|
||||
broadcast: Socket;
|
||||
volatile: Socket;
|
||||
connected: boolean;
|
||||
disconnect(close: boolean): Socket;
|
||||
disconnect(close?: boolean): Socket;
|
||||
}
|
||||
|
||||
interface Client {
|
||||
|
||||
Reference in New Issue
Block a user