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

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

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

Type Parameters

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

Parameters

values: ToExtract
optional
newDef: RawCreateParams = [UNSUPPORTED]