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

x/deno_class_validator/src/validation/ValidationArguments.ts

Decorator-based property validation for classes.
Latest
import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/validation/ValidationArguments.ts";

Interfaces

Arguments being sent to message builders - user can create message either by simply returning a string, either by returning a function that accepts MessageArguments and returns a message string built based on these arguments.