UNPKG

vike

Version:

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

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