We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Before, only(1) was an alias to valid(1). This changes it to a flag where Joi.allow(1).only() is the same as Joi.valid(1).
only(1)
valid(1)
Joi.allow(1).only()
Joi.valid(1)