Namespace
@tsed/socketio
Usage
typescript
import { Namespace } from "@tsed/socketio";Overview
ts
type Namespace = NamespaceType;
export type Nsp = NamespaceType;
export function Nsp(target: any, propertyKey?: string, index?: number): any;
export function Namespace(target: any, propertyKey?: string, index?: number): any;