import { string } from "https://deno.land/x/valibot@v0.30.0/src/schemas/string/index.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
message: ErrorMessageThe error message.
optional
pipe: Pipe<string>A validation and transformation pipe.
Returns
A string schema.