@nestjs/websockets
Version:
Nest - modern, fast, powerful node.js web framework (@websockets)
10 lines (9 loc) • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WsParamtype = void 0;
var WsParamtype;
(function (WsParamtype) {
WsParamtype[WsParamtype["SOCKET"] = 0] = "SOCKET";
WsParamtype[WsParamtype["PAYLOAD"] = 3] = "PAYLOAD";
WsParamtype[WsParamtype["ACK"] = 13] = "ACK";
})(WsParamtype || (exports.WsParamtype = WsParamtype = {}));