UNPKG

vike

Version:

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

6 lines (5 loc) • 236 B
export { analyzePageServerSide }; import type { PageFile } from './getPageFileObject.js'; declare function analyzePageServerSide(pageFilesAll: PageFile[], pageId: string): Promise<{ hasOnBeforeRenderServerSideOnlyHook: boolean; }>;