import { type EndsWithValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Ends with validation type.
definition: BaseValidation<TInput> & { type: "ends_with"; requirement: TRequirement; }
x/valibot/mod.ts>EndsWithValidation
import { type EndsWithValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Ends with validation type.