UNPKG

vike

Version:

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

5 lines (4 loc) • 334 B
export { execHookOnError }; import type { PageContextCreatedServer, PageContextCreatedServerWithoutGlobalContext } from './createPageContextServer.js'; import '../../assertEnvServer.js'; declare function execHookOnError(err: unknown, pageContext: null | PageContextCreatedServerWithoutGlobalContext | PageContextCreatedServer): void;