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

x/valibot/src/schemas/literal/literal.ts>LiteralSchema

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias LiteralSchema
import { type LiteralSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/literal/literal.ts";

Literal schema type.

Type Parameters

TLiteral extends Literal
optional
TOutput = TLiteral
definition: BaseSchema<TLiteral, TOutput> & { type: "literal"; literal: TLiteral; message: ErrorMessage; }