UNPKG

220 BTypeScriptView Raw
1import { SpanId } from '../shared';
2declare type Reporter = (spanName: string, duration: number, timestamp: number, id: SpanId, parentId?: SpanId, attrs?: Object) => void;
3export declare let report: Reporter;
4export {};