UNPKG

nestjs-cls

Version:

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

8 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrandedTerminal = void 0; const TERMINAL_BRAND = Symbol(); class BrandedTerminal { } exports.BrandedTerminal = BrandedTerminal; //# sourceMappingURL=terminal.type.js.map