UNPKG

331 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.WsParamtype = void 0;
4var WsParamtype;
5(function (WsParamtype) {
6 WsParamtype[WsParamtype["SOCKET"] = 0] = "SOCKET";
7 WsParamtype[WsParamtype["PAYLOAD"] = 3] = "PAYLOAD";
8})(WsParamtype = exports.WsParamtype || (exports.WsParamtype = {}));