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

x/deno_class_validator/src/decorator/date/MaxDate.ts

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

Functions

Checks if the value is a date that's before the specified date.

Checks if the value is a date that's after the specified date.