ValidationService Service

Module
import { ValidationService } from "@tsed/common"
Source/packages/common/src/filters/services/ValidationService.ts

Overview

class ValidationService {
    validate(obj: any, targetType: any, baseType?: any): boolean;
}

Members

validate(obj: any, targetType: any, baseType?: any): boolean