mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
add engine.ws to Server
This commit is contained in:
Vendored
+2
-1
@@ -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