Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_class_validator/src/index.ts>ValidationTypes

Decorator-based property validation for classes.
Latest
class ValidationTypes
Re-export
import { ValidationTypes } from "https://deno.land/x/deno_class_validator@v1.0.0/src/index.ts";

Validation types.

Static Properties

CONDITIONAL_VALIDATION: string
CUSTOM_VALIDATION: string
IS_DEFINED: string
NESTED_VALIDATION: string
PROMISE_VALIDATION: string
WHITELIST: string

Static Methods

isValid(type: string): boolean

Checks if validation type is valid.