UNPKG

@nuxt/devtools

Version:

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

8 lines (6 loc) 250 B
declare const packageDir: string; declare const distDir: string; declare const runtimeDir: string; declare const clientDir: string; declare function isGlobalInstall(): boolean; export { clientDir, distDir, isGlobalInstall, packageDir, runtimeDir };