UNPKG

427 BJavaScriptView Raw
1export { Authentication } from './authentication/handshake'
2export { ConnectionStatusListener } from './connection/connection-status'
3export { TransportTypes } from './connection/cometd'
4
5export { Client } from './client/basic'
6export { SmartClient } from './client/smart'
7export { WeakClient } from './client/weak'
8
9export { services } from './mapping'
10
11/**
12 * SDK Version
13 * @type {string}
14 */
15export const VERSION = '3.1.3'