UNPKG

nestjs-cls

Version:

A continuation-local storage module compatible with NestJS's dependency injection.

12 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectCls = InjectCls; const common_1 = require("@nestjs/common"); const cls_service_1 = require("./cls.service"); /** * Use to explicitly inject the ClsService */ function InjectCls() { return (0, common_1.Inject)(cls_service_1.ClsService); } //# sourceMappingURL=inject-cls.decorator.js.map