function endsWithimport { endsWith } from "https://deno.land/x/valibot@v0.8.0/src/validations/endsWith/index.ts"; endsWith<TInput extends string>(requirement: string, error?: string)Creates a validation functions that validates the end of a string. Type ParametersTInput extends stringParametersrequirement: stringThe end string. optionalerror: stringThe error message.