mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Update socket.io.d.ts
This commit is contained in:
2
socket.io/socket.io.d.ts
vendored
2
socket.io/socket.io.d.ts
vendored
@@ -47,7 +47,7 @@ interface SocketIOStatic {
|
||||
declare namespace SocketIO {
|
||||
|
||||
interface Server {
|
||||
engine: { ws: WebSocketServer };
|
||||
engine: { ws: any };
|
||||
|
||||
/**
|
||||
* A dictionary of all the namespaces currently on this Server
|
||||
|
||||
Reference in New Issue
Block a user