Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alosaur/src/route/route.utils.ts>getRouteWithRouteParams

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
variable getRouteWithRouteParams
import { getRouteWithRouteParams } from "https://deno.land/x/alosaur@v0.15.0/src/route/route.utils.ts";

type

(
routes: RouteMetadata[],
pathname: string,
method?: string,
) => any