_ _ _ _ _
/\ /\__ _| (_) __| | __ _| |_(_) ___ _ __
\ \ / / _` | | |/ _` |/ _` | __| |/ _ \| '_ \
\ V / (_| | | | (_| | (_| | |_| | (_) | | | |
\_/ \__,_|_|_|\__,_|\__,_|\__|_|\___/|_| |_|
A general purpose validation library for Deno.
This is the list of current validators
validator | description | example |
---|---|---|
isEmpty | check is a given object is empty | "" |
isUkMobile | only valid UK mobile numbers (exludes Isle of Man) | 07100900023 |
[TODO]
[TODO]
deno test tests/validation.ts
Apache License 2.0
0.0.1
- Fork it (https://github.com/ethandunford/deno-validation/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- ethandunford Ethan Dunford - Creator