Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
function rutt.buildInternalRoutes
import { rutt } from "https://deno.land/x/fresh@1.1.4/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