UNPKG

@nuxt/devtools

Version:

<a href="https://devtools.nuxt.com"><img width="1200" alt="Nuxt DevTools" src="https://github-production-user-asset-6210df.s3.amazonaws.com/904724/261577617-a10567bd-ad33-48cc-9bda-9e37dbe1929f.png"></a> <br>

3 lines (2 loc) 144 B
import type { Hookable } from 'hookable'; export declare function setupHooksDebug<T extends Hookable<any>>(hooks: T): Record<string, HookInfo>;