UNPKG

vike

Version:

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

6 lines (5 loc) 201 B
export { pluginAutoFullBuild }; export { isPrerenderForceExit }; import type { Plugin } from 'vite'; declare function pluginAutoFullBuild(): Plugin[]; declare function isPrerenderForceExit(): boolean;