import { type RequestContext } from "https://deno.land/x/deco@1.75.1/live.ts";
definition: { signal?: AbortSignal; framework?: "fresh" | "htmx"; }
import { RequestContext } from "https://deno.land/x/deco@1.75.1/live.ts";
type
{ active: () => unknown; bind: <R, TArgs extends unknown[]>(request: RequestContext, f: (...args: TArgs) => R) => (...args: TArgs) => R; get signal(); get framework(); }