Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/allo_routing/mod.ts>RouterOptions

🦕 Routing solution for Deno
Go to Latest
type alias RouterOptions
Re-export
import { type RouterOptions } from "https://deno.land/x/allo_routing@v1.0.1/mod.ts";
definition: { tranformPathname?: (pathname: string) => string; }