UNPKG

vike

Version:

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

9 lines (8 loc) 364 B
export { parseGlobResults }; import { type PageFile } from './getPageFileObject.js'; import type { PageConfigRuntime, PageConfigGlobalRuntime } from '../page-configs/PageConfig.js'; declare function parseGlobResults(pageFilesExports: unknown): { pageFilesAll: PageFile[]; pageConfigs: PageConfigRuntime[]; pageConfigGlobal: PageConfigGlobalRuntime; };