UNPKG

react-use-websocket

Version:
8 lines (5 loc) 167 B
import { WebSocketLike } from "./types"; export interface SharedWebSockets { [url: string]: WebSocketLike; } export const sharedWebSockets: SharedWebSockets = {};