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

x/hono/helper/dev/index.ts>showRoutes

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable showRoutes
import { showRoutes } from "https://deno.land/x/hono@v4.0.5/helper/dev/index.ts";

type

<E extends Env>(hono: Hono<E>, opts?: ShowRoutesOptions) => unknown