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