@decaf-ts/decorator-validation
Version:
simple decorator based validation engine
12 lines (11 loc) • 371 B
TypeScript
export declare const COMPARISON_ERROR_MESSAGES: {
INVALID_PATH: string;
CONTEXT_NOT_OBJECT_COMPARISON: string;
PROPERTY_INVALID: string;
PROPERTY_NOT_EXIST: string;
UNSUPPORTED_TYPES_COMPARISON: string;
NULL_OR_UNDEFINED_COMPARISON: string;
INVALID_DATE_COMPARISON: string;
TYPE_MISMATCH_COMPARISON: string;
NAN_COMPARISON: string;
};