Skip to main content
Module

x/fresh/src/server/router.ts>getParamsAndRoute

The next-gen web framework.
Extremely Popular
Go to Latest
function getParamsAndRoute
import { getParamsAndRoute } from "https://deno.land/x/fresh@1.4.0/src/server/router.ts";

Returns

(url: string) => { route: InternalRoute<T> | undefined; params: Record<string, string>; }