Skip to main content
Module

x/nano_jsx/components/index.ts>Router.MatchPathResult

🎯 SSR first, lightweight 1kB JSX library.
Latest
type alias Router.MatchPathResult
import { type Router } from "https://deno.land/x/nano_jsx@v0.1.0/components/index.ts";
const { MatchPathResult } = Router;
definition: { path: string | null; url: string; isExact: boolean; params: { [param: string]: string; }; } | null