UNPKG

@berish/validate

Version:

Validation of complex objects with support for validation maps, rules and decorators

3 lines (2 loc) 112 B
import { IRuleFlag } from './createRuleFlag'; export declare function isRuleFlag(flag: any): flag is IRuleFlag;