joi-extract-type
joi-extract-type copied to clipboard
Implement boolean specific validation methods
Allow enums to infer true or false from the schema:
- [ ] boolean.truthy(value)
- [ ] boolean.falsy(value)