variable util.findimport { util } from "https://deno.land/x/zod@v3.20.5/helpers/util.ts"; const { find } = util; type<T>(arr: T[], checker: (arg: T) => any) => T | undefined