Nuxt/packages/nuxt/index.d.ts

6 lines
63 B
TypeScript
Raw Normal View History

declare global {
const __NUXT_VERSION__: string
}
export {}