variable z.util.findimport { z } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; const { find } = z.util; type<T>(arr: T[], checker: (arg: T) => any) => T | undefined