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

x/valibot/src/schemas/string/string.ts>StringSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface StringSchema
implements BaseSchema<string, TOutput>
import { type StringSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/string/string.ts";

String schema type.

Type Parameters

optional
TOutput = string

Properties

type: "string"

The schema type.

message: ErrorMessage | undefined

The error message.

pipe: Pipe<string> | undefined

The validation and transformation pipeline.