UNPKG

psi-socket-io

Version:
6 lines (5 loc) 96 B
/** Config interface */ export interface SocketIoConfig { url: string; options?: any; }