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

x/valibot/src/index.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.5.0/src/index.ts";

Creates an async enum schema.

Type Parameters

TNativeEnum extends NativeEnum

Parameters

nativeEnum: TNativeEnum

The native enum value.

optional
error: string

The error message.