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