Skip to main content
Module

x/valibot/mod.ts>HexColorValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface HexColorValidation
implements BaseValidation<TInput>
import { type HexColorValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Hex color validation type.

Type Parameters

TInput extends string

Properties

type: "hex_color"

The validation type.

requirement: RegExp

The hex color regex.