Skip to main content
Module

x/zod/index.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.20.4/index.ts";

Type Parameters

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