Skip to main content
Module

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

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

Properties

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