Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 270 Bytes

File metadata and controls

4 lines (3 loc) · 270 Bytes

express-param-validator

Express middleware library that parses controller files for comment blocks containing required parameter definitions. It then returns a 400 with a formatted message if any required params are not supplied in the request.