Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/types.ts>RouterRoute

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
interface RouterRoute
import { type RouterRoute } from "https://deno.land/x/hono@v4.0.3/types.ts";

Properties

path: string
method: string
handler: H