UNPKG

@runejs/common

Version:

Common logging, networking, compression, and other miscellaneous functionality for RuneJS.

6 lines (5 loc) 120 B
export declare enum ConnectionStatus { HANDSHAKE = "handshake", ACTIVE = "active", CLOSED = "closed" }