Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_nest/src/interfaces/route.interface.ts>NotFoundHandler

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
type alias NotFoundHandler
import { type NotFoundHandler } from "https://deno.land/x/deno_nest@v3.15.1/src/interfaces/route.interface.ts";
definition: (context: Context) => Promise<void>