fix(typings): update return type from emit (#3843)
```
(channel ? io.to(channel) : io).emit("stuff", message);
```
would no longer compile.
Related: https://github.com/socketio/socket.io/issues/3844 S
Solomon English committed
1a72ae4fe27a14cf60916f991a2c94da91d9e54a
Parent: 5eaeffc
Committed by Damien Arrachequesne <damien.arrachequesne@gmail.com>
on 3/18/2021, 10:36:34 AM