-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implements nand #464
implements nand #464
Conversation
danielb2
commented
Oct 29, 2014
- reference: Support NAND #362
Would you be willing to implement nor as well ? |
Yes, what's the use-case? Would a |
Now that you mention it, I don't see any, asked in the referenced issue if there was any. |
Fixed grammar issue. Didn't see any typos. |
@@ -724,6 +725,20 @@ var schema = Joi.object().keys({ | |||
}).and('a', 'b'); | |||
``` | |||
|
|||
#### `object.nand(peers)` | |||
|
|||
Defines an relationship between keys where not all peers can be present at the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defines a relationship, sorry for being picky ;)
Picky is good. Thanks ;) |
Merged, thanks :) |
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |