import { stringAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/string/index.ts";
Creates an async string schema.
Parameters
optional
pipe: PipeAsync<string>A validation and transformation pipe.
Returns
An async string schema.
Creates an async string schema.
Parameters
optional
message: ErrorMessageThe error message.
optional
pipe: PipeAsync<string>A validation and transformation pipe.
Returns
An async string schema.