elearning/Frontend-Learner/node_modules/@nuxt/devtools/dist/runtime/shared/hooks.d.ts
2026-01-13 10:48:02 +07:00

3 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>;