UNPKG

@ethicdevs/react-global-state-hooks-debugger

Version:

A small websocket based debugger for use with the react-global-state-hooks library

3 lines (2 loc) 100 B
import { WsClient } from "./types"; export declare function makeWsClient(wsUri?: string): WsClient;