UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

4 lines (3 loc) 224 B
import { ValidationErrorCause } from '../ValidationError'; import { ValueValidatorOptions } from './ValueValidatorOptions'; export declare function validate(opts: ValueValidatorOptions): ValidationErrorCause | undefined;