Skip to main content

Validate

Validate is a standard Deno module for validating string.

🔧 How to use

import { validate, isBoolean } from 'https://deno.land/x/validate@v0.0.3/mod.ts';

💡 Usage

import { validate, isBoolean } from 'https://deno.land/x/validate@v0.0.3/mod.ts';

console.log(validate.isAlpha('Validate')); // true
console.log(isBoolean('true')); // true

❗ Issues

If you think any of the Validate can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.

💪 Contribution

We’d love to have your helping hand on contributions to Validate by forking and sending a pull request!

Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)

How to contribute:

  • Open pull request with improvements
  • Discuss ideas in issues
  • Spread the word
  • Reach out with any feedback

⚖️ License

The MIT License License: MIT