| 48 | * For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use it to interact with the client. |
| 49 | */ |
| 50 | class Socket extends Duplex { |
| 51 | constructor(options?: SocketConstructorOpts); |
| 52 | |
| 53 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected