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

x/bob/examples/personal-blog/layouts/deps.ts>FunctionErrorHandler

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
type alias FunctionErrorHandler
import { type FunctionErrorHandler } from "https://deno.land/x/bob@v2.8.1/examples/personal-blog/layouts/deps.ts";
definition: (err: Error, req: Request) =>
| void
| undefined
| Promise<Response | void | undefined>