UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

6 lines (5 loc) 190 B
export declare class StreamClosedException extends Error { readonly code: number; readonly reason?: string | undefined; constructor(code: number, reason?: string | undefined); }