UNPKG

nestjs-custom-class-validators

Version:

This package contains a few custom validator I have found to be repetitive, So I made templates that handles both class-validator checks and Swagger configuration

3 lines (2 loc) 203 B
import { ICustomOnlyDateStringOptions } from "../dto/customValidatorOptions.dto"; export declare function CustomOnlyDateString(details: ICustomOnlyDateStringOptions): (target: any, key: string) => void;