UNPKG

@ssv/signalr-client

Version:

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

3 lines (2 loc) 131 B
import { Dictionary } from "./dictionary"; export declare function buildQueryString(data: Dictionary<string> | undefined): string;