Update socket.io.d.ts

This commit is contained in:
Hongbo Miao
2016-09-07 03:38:19 -04:00
committed by GitHub
parent 8f455d7c99
commit a8706001db

View File

@@ -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