Skip to main content
Module

x/zod/mod.ts>ZodEnum#exclude

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodEnum.prototype.exclude
import { ZodEnum } from "https://deno.land/x/zod@v3.23.4/mod.ts";

Type Parameters

ToExclude extends readonly [T[number], ...T[number][]]

Parameters

values: ToExclude
optional
newDef: RawCreateParams = [UNSUPPORTED]

Returns

ZodEnum<typecast<Writeable<FilterEnum<T, ToExclude[number]>>, [string, ...string[]]>>