Skip to main content
Module

x/hono/mod.ts>NotFoundHandler

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias NotFoundHandler
import { type NotFoundHandler } from "https://deno.land/x/hono@v3.10.0-rc.2/mod.ts";

Type Parameters

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