UNPKG

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

Version:

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

7 lines (6 loc) 105 B
export declare enum WS_READY_STATE { Connecting = 0, Open = 1, Closing = 2, Closed = 3 }