Module

x/nano_jsx/components/router.ts>MatchPathOptions

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
interface MatchPathOptions
import { type MatchPathOptions } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/components/router.ts";

Properties

optional
exact: boolean
path: string
optional
regex: { [param: string]: RegExp; }