nestjs-cls
Version:
A continuation-local storage module compatible with NestJS's dependency injection.
8 lines (7 loc) • 421 B
JavaScript
;
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';