Skip to main content
Module

x/hono/types.ts>NotFoundHandler

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias NotFoundHandler
import { type NotFoundHandler } from "https://deno.land/x/hono@v3.5.0/types.ts";

Type Parameters

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