Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
function rutt.buildInternalRoutes
import { rutt } from "https://deno.land/x/fresh@1.1.1/src/server/deps.ts";
const { buildInternalRoutes } = rutt;

Builds an InternalRoutes array from a Routes record.

Type Parameters

optional
T = unknown

Parameters

routes: Routes<T>

A Routes record