UNPKG

vike

Version:

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

3 lines (2 loc) • 151 B
export { forkPageContext }; declare function forkPageContext<PageContext extends Record<string, unknown>>(pageContext: PageContext): {} & PageContext;