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