mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
4 lines
No EOL
149 B
TypeScript
4 lines
No EOL
149 B
TypeScript
import { TraceAPI } from './api/trace';
|
|
/** Entrypoint for trace API */
|
|
export declare const trace: TraceAPI;
|
|
//# sourceMappingURL=trace-api.d.ts.map
|