2025-09-05 14:59:21 +08:00

4 lines
198 B
TypeScript

import type { HookInfo } from '@nuxt/devtools/types';
import type { Hookable } from 'hookable';
export declare function setupHooksDebug<T extends Hookable<any>>(hooks: T): Record<string, HookInfo>;