Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias RouterOptions
import { type RouterOptions } from "https://deno.land/x/allo_routing@v2.2.3/helpers/RouterOptions.ts";
definition: { tranformPathname?: (pathname: string) => string; initialCondition?: (req: Request) => boolean | Promise<boolean>; }