Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function string
import { string } from "https://deno.land/x/valibot@v0.39.0/src/schemas/index.ts";

Creates a string schema.

Returns

StringSchema<undefined>

A string schema.

Creates a string schema.

Type Parameters

TMessage extends ErrorMessage<StringIssue> | undefined

Parameters

message: TMessage

The error message.

Returns

A string schema.