UNPKG

@ssv/signalr-client

Version:

SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.

4 lines (3 loc) 57 B
export interface Dictionary<T> { [key: string]: T; }