/express-validator

Express Validator is a middleware for the Node.js web application framework called Express. It provides a set of functions and methods to validate and sanitize user input data received from HTML forms or any other client-side inputs before processing it further.

Primary LanguageJavaScript

Stargazers