Socket
@tsed/socketio
Usage
typescript
import { Socket } from "@tsed/socketio";
See /packages/third-parties/socketio/src/types/decorators/socket.ts.
Overview
ts
type Socket = SocketType;
export function Socket(target: any, propertyKey: string, index: number): any;