import { type UnpackCtx } from "https://deno.land/x/evt@v2.5.6/lib/types/helper/index.ts";
Analog to UnpackEvt Unpack the type argument of a Ctx
definition: Ctx extends CtxLike<infer U> ? U : never
import { type UnpackCtx } from "https://deno.land/x/evt@v2.5.6/lib/types/helper/index.ts";
Analog to UnpackEvt Unpack the type argument of a Ctx