TCMiranda/joi-extract-type

Implement boolean specific validation methods

Opened this issue · 0 comments

Allow enums to infer true or false from the schema:

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