3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
import { Span } from './tracer';
|
|
export default function reportToSocket(span: Span): void;
|