UNPKG

vike

Version:

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

7 lines (6 loc) • 226 B
export { handlePageContextRequestUrl }; import '../../assertEnvServer.js'; declare function handlePageContextRequestUrl(url: string): { isPageContextJsonRequest: boolean; urlWithoutPageContextRequestSuffix: string; };