react-moment-proptypes
react-moment-proptypes copied to clipboard
Updated validator type DAG to allow for single-use of subtype
Before it was requiring you to resolve usage from one direction.
Now works with all use-cases:
- validator.isRequired.withPredicate(fn)
- validator.isRequired
- validator.withPredicate(fn).isRequired
- validator.withPredicate(fn)
- validator