UNPKG

vike

Version:

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

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