UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

5 lines (4 loc) 185 B
import { StreamClient as Client, StreamClientOptions as ClientOptions } from './stream.client'; export { Client, ClientOptions }; export * from './types'; export * from './exceptions';