Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/validator/validator.module.ts>Validate

The core module of Entropy framework for Deno.
Latest
function Validate
import { Validate } from "https://deno.land/x/entropy@1.0.0-beta.17/src/validator/validator.module.ts";

Parameters

rules: Record<string, Partial<ValidatorRulesList> | Record<string, unknown>>