UNPKG

@runejs/core

Version:

Core logging, networking, and buffer functionality for RuneJS applications.

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