Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Creates an async enum schema.

Type Parameters

TEnumValue extends EnumValue

Parameters

enumValue: TEnumValue

The enum value.

optional
error: string

The error message.

Returns

EnumSchemaAsync<TEnumValue>

An async enum schema.