UNPKG

vike

Version:

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

6 lines (5 loc) • 164 B
export { resolveRoute }; declare function resolveRoute(routeString: string, urlPathname: string): { match: boolean; routeParams: Record<string, string>; };