UNPKG
mcast-client
Version:
latest (0.1.1)
0.1.1
0.1.0
WebSocket client for Mcast real-time messaging
github.com/arrno/mcast
arrno/mcast
mcast-client
/
src
/
index.ts
12 lines
(11 loc)
•
237 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
{
McastClient
}
from
"./client"
;
export
{ loadFromEnv }
from
"./env"
;
export
{
McastOptions
,
ConnectionState
,
Message
,
MessageCallback
,
SerializedMessage
,
StandardResponse
,
TOPIC_ALL
, }
from
"./types"
;