import { startsWith } from "https://deno.land/x/valibot@v0.30.0/src/validations/startsWith/startsWith.ts";
Creates a pipeline validation action that validates the start of a string.
Parameters
requirement: TRequirement
The start string.
optional
message: ErrorMessageThe error message.
Returns
A validation action.