UNPKG

kucoin-universal-sdk

Version:
13 lines 246 B
"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