function hexColorimport { hexColor } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; hexColor<TInput extends string>(message?: ErrorMessage): HexColorValidation<TInput>Creates a pipeline validation action that validates hex color. Type ParametersTInput extends stringParametersoptionalmessage: ErrorMessageThe error message. ReturnsHexColorValidation<TInput>A validation action.