Skip to main content
Module

x/valibot/mod.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.14.0/mod.ts";

Creates a string schema.

Parameters

optional
pipe: Pipe<string>

A validation and transformation pipe.

Returns

A string schema.

Creates a string schema.

Parameters

optional
error: string

The error message.

optional
pipe: Pipe<string>

A validation and transformation pipe.

Returns

A string schema.