UNPKG

@ssv/signalr-client

Version:

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

5 lines (4 loc) 383 B
export { HubConnection } from "./hub-connection"; export { HubConnectionFactory } from "./hub-connection.factory"; export { ConnectionStatus, DesiredConnectionStatus, ConnectionState, HubConnectionOptions, ConnectionOptions, ReconnectionStrategyOptions, RandomStrategyOptions, BackOffStrategyOptions, errorCodes, } from "./hub-connection.model"; export { VERSION } from "./version";