import { z } from "https://deno.land/x/zod@v3.20.3/index.ts";
const { instanceof } = z;
type
<T extends Class>(cls: T, params?: Parameters<ZodTypeAny["refine"]>[1]) => unknown
import { z } from "https://deno.land/x/zod@v3.20.3/index.ts";
const { instanceof } = z;