UNPKG

@sco-techlab/nestjs-websockets

Version:

Websocket (Clients, events) management for Nest.JS framework

12 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebsocketEvent = void 0; class WebsocketEvent { constructor(event, target, methodName) { this.event = event; this.target = target; this.methodName = methodName; } } exports.WebsocketEvent = WebsocketEvent; //# sourceMappingURL=websocket.event.js.map