joi-extract-type icon indicating copy to clipboard operation
joi-extract-type copied to clipboard

Implement boolean specific validation methods

Open TCMiranda opened this issue 6 years ago • 0 comments

Allow enums to infer true or false from the schema:

  • [ ] boolean.truthy(value)
  • [ ] boolean.falsy(value)

TCMiranda avatar Oct 20 '18 18:10 TCMiranda