Files

3 lines
96 B
TypeScript

import type { Span } from './tracer';
export default function reportToSocket(span: Span): void;