UNPKG

vike

Version:

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

7 lines (6 loc) 522 B
export { analyzePage }; import type { PageFile } from '../../../shared/getPageFiles/getPageFileObject.js'; import type { PageConfigRuntime } from '../../../types/PageConfig.js'; import { type AnalysisResult } from '../../../shared/getPageFiles/analyzePageClientSide.js'; import type { GlobalContextServerInternal } from '../globalContext.js'; declare function analyzePage(pageFilesAll: PageFile[], pageConfig: null | PageConfigRuntime, pageId: string, globalContext: GlobalContextServerInternal): Promise<AnalysisResult>;