@nestjs/websockets
Version:
Nest - modern, fast, powerful node.js web framework (@websockets)
9 lines (8 loc) • 323 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 || (exports.WsParamtype = WsParamtype = {}));
;