0.1.1 • Published 5 years ago

dog-joi-normalize v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Welcome to dog-joi-normalize 👋

Version Documentation Maintenance Twitter: jsDotx3

Normalize error for Joi Validation in Express

Texto alternativo

🏠 Homepage

Install

npm i dog-joi-normalize --save

Example Response Error.

{
    "error": {
        "name": {
            "type": "anyRequired",
            "path": "name"
        },
         "last_names": {
            "type": "anyRequired",
            "path": "last_names"
        }
    }
}

For more errors, visit Documentation Joi

Author

👤 Jose Nuñez A

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Jose Nuñez A.

This project is ISC licensed.

0.1.1

5 years ago

0.1.0

5 years ago