Skip to content

SocketSession

@tsed/socketio

Usage

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

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

Overview

ts
type SocketSession = Map<string, any>;

export function SocketSession(target: any, propertyKey: string, index: number): void;

Released under the MIT License.