add engine.ws to Server

This commit is contained in:
Hongbo Miao
2016-09-07 03:23:27 -04:00
committed by GitHub
parent 938158616b
commit 8f455d7c99

View File

@@ -47,7 +47,8 @@ interface SocketIOStatic {
declare namespace SocketIO {
interface Server {
engine: { ws: WebSocketServer };
/**
* A dictionary of all the namespaces currently on this Server
*/