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