@berish/validate
Version:
Validation of complex objects with support for validation maps, rules and decorators
15 lines (14 loc) • 434 B
TypeScript
export * from './createRule';
export * from './createRuleFlag';
export * from './createSimpleRule';
export * from './executeRule';
export * from './flags';
export * from './isRule';
export * from './isRuleArray';
export * from './isRuleFlag';
export * from './isRuleMap';
export * from './isRuleReference';
export * from './isRuleReferenceTuple';
export * from './isRuleTuple';
export * from './registrator';
export * from './types';