UNPKG

vike

Version:

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

7 lines (6 loc) • 239 B
export { assertClientRouting }; export { assertServerRouting }; export { checkIfClientRouting }; declare function assertClientRouting(): void; declare function checkIfClientRouting(): boolean; declare function assertServerRouting(): void;