import { type StartsWithValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Starts with validation type.
definition: BaseValidation<TInput> & { type: "stars_with"; requirement: TRequirement; }
import { type StartsWithValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Starts with validation type.