socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

Export DisconnectDescription type directly from 'socket.io-client'

Open Valentin-Rault opened this issue 3 months ago • 1 comments

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)

Valentin-Rault avatar Sep 10 '25 11:09 Valentin-Rault