elearning/Frontend-Learner/node_modules/@nuxt/devtools/dist/runtime/shared/hooks.d.ts

4 lines
198 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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>;