Skip to main content
Module

x/bob/functions/mod.ts>FunctionHandler

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
type alias FunctionHandler
import { type FunctionHandler } from "https://deno.land/x/bob@v2.6.0/functions/mod.ts";
definition: (req: Request, ctx: FunctionContext) => Response | Promise<Response>