CloudProxyPro/node_modules/@nuxt/devtools/dist/runtime/function-metrics-helpers.d.ts

4 lines
197 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
import type { TimelineMetrics } from '@nuxt/devtools/types';
export declare function initTimelineMetrics(): TimelineMetrics;
export declare function __nuxtTimelineWrap(name: string, fn: any): any;