Skip to main content
Module

x/valibot/mod.ts>nativeEnumAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function nativeEnumAsync
import { nativeEnumAsync } from "https://deno.land/x/valibot@v0.13.1/mod.ts";

Creates an async enum schema.

Type Parameters

TNativeEnum extends NativeEnum

Parameters

nativeEnum: TNativeEnum

The native enum value.

optional
error: string

The error message.

Returns

NativeEnumSchemaAsync<TNativeEnum>

An async enum schema.