UNPKG

nestjs-cls

Version:

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

8 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CLS_INTERCEPTOR_OPTIONS = exports.CLS_GUARD_OPTIONS = exports.CLS_MIDDLEWARE_OPTIONS = exports.CLS_MODULE_OPTIONS = void 0; exports.CLS_MODULE_OPTIONS = 'ClsModuleOptions'; exports.CLS_MIDDLEWARE_OPTIONS = 'ClsMiddlewareOptions'; exports.CLS_GUARD_OPTIONS = 'ClsGuardOptions'; exports.CLS_INTERCEPTOR_OPTIONS = 'ClsInterceptorOptions'; //# sourceMappingURL=cls.internal-constants.js.map