UNPKG

matssocket

Version:
12 lines 278 B
/** * * */ export type ConnectionState = string; export namespace ConnectionState { let NO_SESSION: string; let CONNECTING: string; let WAITING: string; let CONNECTED: string; let SESSION_ESTABLISHED: string; } //# sourceMappingURL=ConnectionState.d.ts.map