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