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

x/valibot/src/schemas/nativeEnum/nativeEnumAsync.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.11.1/src/schemas/nativeEnum/nativeEnumAsync.ts";

Creates an async enum schema.

Type Parameters

TNativeEnum extends NativeEnum

Parameters

nativeEnum: TNativeEnum

The native enum value.

optional
error: string

The error message.