UNPKG
kucoin-universal-sdk
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
0.1.1-alpha
0.1.0-alpha
Official KuCoin Universal SDK.
github.com/Kucoin/kucoin-universal-sdk
Kucoin/kucoin-universal-sdk
kucoin-universal-sdk
/
dist
/
internal
/
infra
/
message_data.js
13 lines
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
/** *
@readonly
*
@enum
{
string
} */
const
EventType
=
Object
.
freeze
({
INIT
:
'init'
,
MESSAGE
:
'message'
,
ERROR
:
'error'
,
CLOSED
:
'close'
, });
module
.
exports
= {
EventType
};
//# sourceMappingURL=message_data.js.map