UNPKG

vike

Version:

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

9 lines (8 loc) • 489 B
export { analyzePage }; import type { PageConfigRuntime } from '../../../types/PageConfig.js'; import { type AnalysisResult } from '../../../shared-server-client/getPageFiles/analyzePageClientSide.js'; import type { PageContext_loadPageConfigsLazyServerSide } from './loadPageConfigsLazyServerSide.js'; import '../../assertEnvServer.js'; declare function analyzePage(pageContext: PageContext_loadPageConfigsLazyServerSide & { _pageConfig: null | PageConfigRuntime; }): AnalysisResult;