UNPKG

@waiting/fetch

Version:

HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js

6 lines 206 B
import type { Attributes, Span } from '@opentelemetry/api'; /** * Trace event */ export declare function trace(eventName: string, span?: Span, data?: Attributes): void; //# sourceMappingURL=trace.d.ts.map