issues
search
TCMiranda
/
joi-extract-type
Provides native type extraction from Joi schemas for Typescript
MIT License
152
stars
27
forks
source link
Implement boolean specific validation methods
#6
Open
TCMiranda
opened
6 years ago
TCMiranda
commented
6 years ago
Allow enums to infer true or false from the schema:
[ ] boolean.truthy(value)
[ ] boolean.falsy(value)
Allow enums to infer true or false from the schema: