Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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