UNPKG

next

Version:

The React Framework

4 lines (3 loc) 181 B
import { Span } from './trace'; export declare function stackPush(keyObj: any, spanName: string, attrs?: any): Span; export declare function stackPop(keyObj: any, span: any): void;