UNPKG

java-bean-validation.js

Version:
3 lines (2 loc) 264 B
import { TypeName, Violation, TypeValidationsDescriptor } from '../core/core'; export declare function fillObjectProperties(typeOrTypeName: TypeValidationsDescriptor | TypeName, value: any, recursively?: boolean, recursivelyEvenNotCascade?: boolean): Violation[];