UNPKG

@remnawave/xtls-sdk-nestjs

Version:

![GitHub top language](https://img.shields.io/github/languages/top/remnawave/xtls-sdk-nestjs) ![GitHub Repo stars](https://img.shields.io/github/stars/remnawave/xtls-sdk-nestjs)

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); }