Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias EaCRuntimeHandler
Re-export
import { type EaCRuntimeHandler } from "https://deno.land/x/fathym_eac_runtime@v0.1.35-integration/mod.ts";

Type Parameters

optional
TState = Record<string, unknown>
optional
TData = Record<string, unknown>
definition: (request: Request, ctx: EaCRuntimeContext<TState, TData>) => Response | Promise<Response>