Skip to content

AnharMiah/deno-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

             _ _     _       _   _             
 /\   /\__ _| (_) __| | __ _| |_(_) ___  _ __  
 \ \ / / _` | | |/ _` |/ _` | __| |/ _ \| '_ \ 
  \ V / (_| | | | (_| | (_| | |_| | (_) | | | |
   \_/ \__,_|_|_|\__,_|\__,_|\__|_|\___/|_| |_|
                                               

Validation

language:language

A general purpose validation library for Deno.

Validators

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

Running locally

[TODO]

Building

[TODO]

Testing

deno test tests/validation.ts

License

Apache License 2.0

Version

0.0.1

Contributing

  1. Fork it (https://github.com/ethandunford/deno-validation/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A general purpose validation library for Deno.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%