MCPcopy Create free account
hub / github.com/bitnbytesio/node-input-validator / validateRequiredNotIf

Method validateRequiredNotIf

lib/rules.js:102–104  ·  view source on GitHub ↗

* * @param {*} field * @param {*} value * @param {*} args

(field, value, args)

Source from the content-addressed store, hash-verified

100 * @param {*} args
101 */
102 async validateRequiredNotIf(field, value, args) {
103 return !(await this.validateRequiredIf(field, value, args));
104 }
105
106 /**
107 *

Callers

nothing calls this directly

Calls 1

validateRequiredIfMethod · 0.95

Tested by

no test coverage detected