UNPKG

nestjs-cls

Version:

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

8 lines (7 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrandedTerminal = void 0; const TERMINAL_BRAND = Symbol(); class BrandedTerminal { } exports.BrandedTerminal = BrandedTerminal;