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

x/bob/edge/mod.ts>edgeRequestHandler

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
variable edgeRequestHandler
import { edgeRequestHandler } from "https://deno.land/x/bob@v2.1.1/edge/mod.ts";

type

(components: Record<string, EdgeComponent>, originHost?: string) => unknown