Skip to content

Namespace

@tsed/socketio

Usage

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

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

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;

Released under the MIT License.