UNPKG

ng2-signalr

Version:
10 lines (9 loc) 254 B
export declare class ConnectionStatus { private static names; private _value; readonly value: Number; readonly name: string; constructor(value: number); toString(): string; equals(other: ConnectionStatus): boolean; }