Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias RouterOptions
import { type RouterOptions } from "https://deno.land/x/allo_routing@v2.0.1/helpers/RouterOptions.ts";
definition: { tranformPathname?: (pathname: string) => string; initialCondition?: (req: Request) => boolean | Promise<boolean>; }