UNPKG

nestjs-io-client

Version:
9 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIoClientToken = void 0; const io_client_constants_1 = require("./io-client.constants"); function getIoClientToken() { return `${io_client_constants_1.DECORATED_PREFIX}:Provider`; } exports.getIoClientToken = getIoClientToken; //# sourceMappingURL=io-client.utils.js.map