2 lines
96 B
TypeScript
Executable file
2 lines
96 B
TypeScript
Executable file
import type { Span } from './tracer';
|
|
export default function reportToSocket(span: Span): void;
|