dog-joi-normalize

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i dog-joi-normalize

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

84.9 kB

Total Files

11

Last publish

Collaborators

  • jsdotx3