vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
7 lines (6 loc) • 295 B
TypeScript
export { getPageContextRequestUrl };
export { pageContextJsonFileExtension };
export { doNotCreateExtraDirectory };
declare const pageContextJsonFileExtension = ".pageContext.json";
declare const doNotCreateExtraDirectory = false;
declare function getPageContextRequestUrl(url: string): string;