Skip to main content
Module

x/hono/mod.ts>NotFoundHandler

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias NotFoundHandler
import { type NotFoundHandler } from "https://deno.land/x/hono@v4.0.0-rc.0/mod.ts";

Type Parameters

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