UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

5 lines (4 loc) • 143 B
export type VikeGlobalInternal = undefined | { globals?: Record<string, Record<string, unknown> | true>; fullyRenderedUrl?: string; };