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

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

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

Creates a picklist schema.

Parameters

options: TOptions

The picklist value.

optional
message: ErrorMessage

The error message.

Returns

A picklist schema.