Skip to main content
Module

x/valibot/mod.ts>LiteralSchema

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

Literal schema type.

Type Parameters

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