UNPKG

@nestjs/websockets

Version:

Nest - modern, fast, powerful node.js web framework (@websockets)

7 lines (6 loc) 251 B
export var WsParamtype; (function (WsParamtype) { WsParamtype[WsParamtype["SOCKET"] = 0] = "SOCKET"; WsParamtype[WsParamtype["PAYLOAD"] = 3] = "PAYLOAD"; WsParamtype[WsParamtype["ACK"] = 13] = "ACK"; })(WsParamtype || (WsParamtype = {}));