UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

11 lines (10 loc) 431 B
export declare const VALIDATION_PROPERTYPATH_SEPRATOR = "."; export declare const VALIDATOR_METADATA_KEY: unique symbol; export declare const VALIDATION_DEFINIIONITEM_KEY: unique symbol; export * from './Decorators'; export * from './ValidationDefinition'; export * from './ValidationContext'; export * from './ValidatorBase'; export * from './Validation'; export * from './ValidatorException'; export * from './validators/index';