Skip to main content
Module

x/zod/external.ts>util.Exactly

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