Skip to main content
Version: Next

validate-express-req-body

Overview

This package provides a flexible middleware for validating the request body in Express applications. It allows you to define validation rules for different data types, including custom validation functions and regular expressions.

Installation

validate-express-req-body is on the npm registry! You can install it using your favorite Node.js package manager:

npm install validate-express-req-body