Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/index.ts>z.ZodEnum#exclude

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
method z.ZodEnum.prototype.exclude
import { z } from "https://deno.land/x/zod@v3.21.3/index.ts";
const { ZodEnum } = z;

Type Parameters

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

Returns

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