1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.ConnectedSocket = void 0;
|
4 | const ws_paramtype_enum_1 = require("../enums/ws-paramtype.enum");
|
5 | const param_utils_1 = require("../utils/param.utils");
|
6 | /**
|
7 | * @publicApi
|
8 | */
|
9 | exports.ConnectedSocket = (0, param_utils_1.createWsParamDecorator)(ws_paramtype_enum_1.WsParamtype.SOCKET);
|