Skip to main content
Module

x/fastro/mod.ts>Hook

Fast and simple web application framework for deno
Go to Latest
type alias Hook
import { type Hook } from "https://deno.land/x/fastro@v0.77.3/mod.ts";
definition: (
server: Fastro,
request: Request,
info: Info,
) => Response | Promise<Response>