| 36 | } |
| 37 | |
| 38 | export interface Packet { |
| 39 | type: PacketType; |
| 40 | nsp: string; |
| 41 | data?: any; |
| 42 | id?: number; |
| 43 | attachments?: number; |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * A socket.io Encoder instance |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…