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