salah alhashmi
salah alhashmi
JWT function is a new idea for validating jwt keys,if it correct return true otherwise return false input is user enterd value. ```js const JWT = (input) => { //...
JSON function is a new idea for validating json data, if it correct return true otherwise return false input is user enterd value. ```js const JSON = (input) => {...
we can use codesandbox for new user want to test volder package. the link should exists in tables of content
volder events idea is a function that trigger when the validation run; it has two types - before the validation - after the vaildation - input argument is the user...
in `package.json` web two useless things we want to delete: 1 - delete nodemon package 2 - delete `dev` script from npm scripts
we need more volder types like:(JWT, Base64, domain, JSON)
volder types need some more test to check if it work correctly
singleVolder() function need more test, `the test is not enough`
we can add other option in arg2 of volder schema to specific more advanced validation: 1. `id` generate an id when the validation is successful 2. sitemap auto generate when...