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

x/reno/reno/mod.ts>RouterCreator

A thin, testable routing library designed to sit on top of Deno's standard HTTP module
Go to Latest
type alias RouterCreator
import { 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