function stringimport { string } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; string(pipe?: Pipe<string>): StringSchemaCreates a string schema. string(message?: ErrorMessage, pipe?: Pipe<string>): StringSchemaCreates a string schema. Creates a string schema. Parametersoptionalpipe: Pipe<string>A validation and transformation pipe. ReturnsStringSchemaA string schema. Creates a string schema. Parametersoptionalmessage: ErrorMessageThe error message. optionalpipe: Pipe<string>A validation and transformation pipe. ReturnsStringSchemaA string schema.