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
type alias HexColorValidation
import { type HexColorValidation } from "https://deno.land/x/valibot@v0.29.0/mod.ts";

Hex color validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "hex_color"; requirement: RegExp; }