UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

6 lines (5 loc) 228 B
export { getVirtualFileEntry }; import type { ResolvedConfig } from 'vite'; declare function getVirtualFileEntry(id: string, options: { ssr?: boolean; } | undefined, config: ResolvedConfig, isDev: boolean): Promise<string>;