Skip to content

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;

Released under the MIT License.