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 🤖
Extremely Popular
Go to Latest
type alias LiteralSchema
import { type LiteralSchema } from "https://deno.land/x/valibot@v0.13.0/src/schemas/literal/literal.ts";

Literal schema type.

Type Parameters

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