4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
export type SpanId = number;
|
|
export declare const traceGlobals: Map<any, any>;
|
|
export declare const setGlobal: (key: any, val: any) => void;
|