Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { Nsp } from "@tsed/socketio";
See /packages/third-parties/socketio/src/decorators/nsp.ts.
type Nsp = NamespaceType; export function Nsp(target: any, propertyKey?: string, index?: number): any;