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