Module

x/zod/index.ts>z.util.objectValues

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
variable z.util.objectValues
import { z } from "https://dotland.deno.dev/x/zod@v3.23.8/index.ts";
const { objectValues } = z.util;

type

(obj: any) => unknown