import { hexColor } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/index.ts";
Creates a hex color validation action.
Returns
HexColorAction<TInput, undefined>
A hex color action.
Creates a hex color validation action.
Type Parameters
TMessage extends ErrorMessage<HexColorIssue<TInput>> | undefined
Parameters
message: TMessage
The error message.
Returns
A hex color action.