socket.io
socket.io copied to clipboard
Export DisconnectDescription type directly from 'socket.io-client'
The kind of change this PR does introduce
- [x] a bug fix
- [ ] a new feature
- [ ] an update to the documentation
- [ ] a code change that improves performance
- [ ] other
Current behavior
The type DisconnectDescription is only accessible from 'socket.io-client/build/esm/socket'.
New behavior
The type DisconnectDescription is accessible from 'socket.io-client'
Other information (e.g. related issues)
Link to related issue and use case: https://github.com/socketio/socket.io/issues/4556