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

x/valibot/src/schemas/nativeEnum/index.ts>nativeEnum

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

Creates a enum schema.

Type Parameters

TNativeEnum extends NativeEnum

Parameters

nativeEnum: TNativeEnum

The native enum value.

optional
error: string

The error message.

Returns

NativeEnumSchema<TNativeEnum>

A enum schema.