volder
volder copied to clipboard
volder is powerful Object schema validation lets you describe your data using a simple and readable schema and transform a value to match the requirements
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) => { //...
Here is my first PR. The test might not be exhaustive but I think it's good for the start.
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