Skip to main content
Module

x/valibot/mod.ts>StringSchemaAsync

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

String schema async type.

Type Parameters

optional
TOutput = string

Properties

type: "string"

The schema type.

message: ErrorMessage | undefined

The error message.

pipe: PipeAsync<string> | undefined

The validation and transformation pipeline.