UNPKG

lex-model-validator

Version:
5 lines (4 loc) 285 B
import { Message } from '..'; import { ValidationFunction } from './ConstraintValidationFunctions'; export declare const VALIDATION_FUNCTION_STATEMENT_MESSAGES: ValidationFunction<Message[]>; export declare const VALIDATION_FUNCTION_CHECK_DUPLICATES: ValidationFunction<string[]>;