Skip to main content
Module

x/zod/external.ts>ZodEnum#extract

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

Type Parameters

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