z.util.find
import { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { find } = z.util;const find: <T>(arr: T[], checker: (arg: T) => any) => T | undefined;
import { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { find } = z.util;