Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add implemented functions
  • Loading branch information
aberba authored Jan 18, 2021
1 parent 3d608cf commit 6035fd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ These are the categories of utilities currently being implemented
* Validators - for user data (e.g. form data) validation, `isEmail`, `isIp`, `isIpv4`, `isIpv6`, ...
* Timers - time utility function, `setInterval()`, ...

## Implemented functions - Validators

* [x] `isEmail()`
* [x] `isUUID()`

### Documentation
See the [documentation](https://nyinaa.dpldocs.info/nyinaa.html) for the various functions and examples on how to use them.

Expand Down

0 comments on commit 6035fd8

Please sign in to comment.