Skip to main content
Module

x/valibot/mod.ts>hash

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function hash
import { hash } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

Creates a pipeline validation action that validates a hash.

Type Parameters

TInput extends string

Parameters

types: [HashType, ...HashType[]]

The hash types.

optional
message: ErrorMessage

The error message.

Returns

HashValidation<TInput>

A validation action.