Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/schemas/enumType/index.ts>Enum

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias Enum
Re-export
import { type Enum } from "https://deno.land/x/valibot@v0.11.1/src/schemas/enumType/index.ts";

Enum type.

Type Parameters

optional
TOption extends string = string
definition: Readonly<[TOption, ...TOption[]]> | [TOption, ...TOption[]]