UNPKG

@berish/validate

Version:

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

9 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isRuleFlag(flag) { if (flag && typeof flag.unique === 'symbol' && flag.isRuleFlag === true) return true; return false; } exports.isRuleFlag = isRuleFlag; //# sourceMappingURL=isRuleFlag.js.map