-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation #59
Conversation
Added some more docs. Still have write documentation for |
readme.md
Outdated
Create a reusable validator. | ||
|
||
```ts | ||
import ow from 'ow'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need the import
here for each example. It's implied.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I was back and forth on it. Will remove it.
Great start! Can you also run |
Done. Anything else you think we are missing besides |
I think it will be good when |
Just not sure yet how we should document them, as they are modifiers on every predicate. |
What you ended up with is good :) |
This PR is a start to write better documentation in the readme. I'm just writing stuff down as I'm entirely not sure on the format. So feedback is more than welcome :)!
PR is very much WIP (train arrived ;)).