sindresorhus / ow

Function argument validation for humans
https://sindresorhus.com/ow/
MIT License
3.8k stars 105 forks source link

Add a `.catching()` method to Predicate to allow nesting ow validators #188

Open sindresorhus opened 3 years ago

sindresorhus commented 3 years ago

If anyone wants to work on this, see the initial attempt and feedback in https://github.com/sindresorhus/ow/pull/154.

taylorjdawson commented 3 years ago

@sindresorhus what needs to be done to complete this, just change the method name?

sindresorhus commented 3 years ago

Change method name, address feedback in that PR, and improve the docs.