UNPKG

@nestjs/websockets

Version:

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

7 lines (6 loc) 224 B
import { WsParamtype } from '../enums/ws-paramtype.enum.js'; import { createWsParamDecorator } from '../utils/param.utils.js'; /** * @publicApi */ export const ConnectedSocket = createWsParamDecorator(WsParamtype.SOCKET);