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

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

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

Type Parameters

optional
T = { }
definition: { baseRoute: BaseRoute; pattern: URLPattern; methods: [K in KnownMethod]?: MatchHandler<T>; default?: MatchHandler<T>; destination: DestinationKind; }