Module

x/denorest/lib/types.ts>Routes

Lightweight, Minimalist Framework For REST API 🦕 🚀
Latest
type alias Routes
import { type Routes } from "https://dotland.deno.dev/x/denorest@v4.2/lib/types.ts";

Routes data type

definition: { path: string; reg: RegExp; method: string; hand: ((req: Req, res: Res) => void)[]; }