UNPKG

vike

Version:

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

7 lines (6 loc) • 134 B
export type { ClientDependency }; type ClientDependency = { id: string; onlyAssets: boolean; eagerlyImported: boolean; };