Skip to main content
Module

x/nano_jsx/components/router.ts>MatchPathOptions

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

Properties

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