UNPKG

socket.io-ts-controllers

Version:
18 lines (16 loc) 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Static access to action types. */ var ActionTypes = /** @class */ (function () { function ActionTypes() { } ActionTypes.MESSAGE = "message"; ActionTypes.CONNECT = "connection"; ActionTypes.DISCONNECT = "disconnection"; ActionTypes.PACKET = "packet"; return ActionTypes; }()); exports.ActionTypes = ActionTypes; //# sourceMappingURL=ActionTypes.js.map