UNPKG

@localzet/xtls-sdk-nestjs

Version:
9 lines (8 loc) 293 B
"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); }