Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/mod.ts>HashValidation

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

Hash validation type.

Type Parameters

TInput extends string

Properties

type: "hash"

The validation type.

requirement: RegExp

The hash regex.