UNPKG

254 BTypeScriptView Raw
1import { Trace } from "../trace";
2export declare class ClsService {
3 static getTrace(): Trace;
4 static setTrace(trace: Trace): void;
5 static createCls(fn: (...args: any[]) => Promise<any>): Promise<void>;
6 protected static MDC_KEY: string;
7}