"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectXtls = InjectXtls;
const common_1 = require("@nestjs/common");
const constants_1 = require("../../common/constants");
function InjectXtls() {
return (0, common_1.Inject)(constants_1.MODULE_NAME);
}