Module

x/hono/types.ts>NotFoundHandler

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias NotFoundHandler
import { type NotFoundHandler } from "https://dotland.deno.dev/x/hono@v4.1.5/types.ts";

Type Parameters

optional
E extends Env = any
definition: (c: Context<E>) => Response | Promise<Response>