@vipstorage/nestjs-websocket
Version:
Websocket Client for NestJS based on ws
9 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getWebSocketToken = void 0;
const websocket_constants_1 = require("./websocket.constants");
function getWebSocketToken() {
return `${websocket_constants_1.DECORATED_PREFIX}:Provider`;
}
exports.getWebSocketToken = getWebSocketToken;
//# sourceMappingURL=websocket.utils.js.map