@nestjs/websockets
Version:
Nest - modern, fast, powerful node.js web framework (@websockets)
9 lines (8 loc) • 464 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./connected-socket.decorator"), exports);
tslib_1.__exportStar(require("./gateway-server.decorator"), exports);
tslib_1.__exportStar(require("./message-body.decorator"), exports);
tslib_1.__exportStar(require("./socket-gateway.decorator"), exports);
tslib_1.__exportStar(require("./subscribe-message.decorator"), exports);
;