UNPKG

199 BTypeScriptView Raw
1declare const reportToLocalHost: (name: string, duration: number, timestamp: number, id: string, parentId?: string | undefined, attrs?: Object | undefined) => void;
2export default reportToLocalHost;