Skip to main content
Module

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

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.util.Exactly
import { type z } from "https://deno.land/x/zod@v3.23.4/index.ts";
const { Exactly } = z.util;
definition: T & Record<Exclude<keyof X, keyof T>, never>