astock-agent/frontend/node_modules/next/dist/client/tracing/report-to-socket.d.ts
2026-04-07 20:51:00 +08:00

3 lines
96 B
TypeScript

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