Skip to main content
Module

x/bob/edge/mod.ts>edgeRequestHandler

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

type

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