import { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts";
const { PreprocessEffect } = z;
definition: { type: "preprocess"; transform: (arg: T, ctx: RefinementCtx) => any; }
x/zod/index.ts>z.PreprocessEffect
import { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts";
const { PreprocessEffect } = z;