type alias RouterCreatorimport { type RouterCreator } from "https://deno.land/x/reno@v2.0.75/reno/mod.ts"; A function that takes a routes map and returns an invocable router function. definition: (routes: RouteMap) => Router