Skip to content

Nsp

@tsed/socketio

Usage

typescript
import { Nsp } from "@tsed/socketio";

See /packages/third-parties/socketio/src/types/decorators/nsp.ts.

Overview

ts
type Nsp = NamespaceType;

export function Nsp(target: any, propertyKey?: string, index?: number): any;

Released under the MIT License.