UNPKG

@necord/localization

Version:

Localize your Discord bot with Necord!

7 lines (6 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CurrentTranslate = void 0; const common_1 = require("@nestjs/common"); const interceptors_1 = require("../interceptors"); exports.CurrentTranslate = (0, common_1.createParamDecorator)(() => interceptors_1.LocalizationInterceptor.getCurrentTranslationFn());