UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

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