UNPKG

@nuxt/devtools

Version:

The Nuxt DevTools gives you insights and transparency about your Nuxt App.

4 lines (3 loc) 198 B
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>;