UNPKG

websocket13

Version:

Simple WebSocket protocol 13 client with no native or heavy dependencies

9 lines 173 B
declare enum State { Closed = 0, Connecting = 1, Connected = 2, Closing = 3, ClosingError = 4 } export default State; //# sourceMappingURL=State.d.ts.map