import { Context } from "https://deno.land/x/blocks@1.72.0/deco.ts";
type
{ active: () => DecoContext; bind: <R, TArgs extends unknown[]>(ctx: DecoContext, f: (...args: TArgs) => R) => (...args: TArgs) => R; }
import { Context } from "https://deno.land/x/blocks@1.72.0/deco.ts";