Type aliases
HostEventSet
Host
EventSet: { connection: (socket: UhstSocket) => void; diagnostic: (message: string) => void; error: (error: Error) => void; ready: () => void }
Type declaration
-
connection: (socket: UhstSocket) => void
-
diagnostic: (message: string) => void
-
error: (error: Error) => void
-
ready: () => void