class-validator-message-formatter

JSON →
library 0.0.3 ·javascript
verified Jun 4, 2026

A lightweight utility for formatting class-validator validation errors into a cleaner, more readable structure. Version 0.0.3, no active release cadence. Key differentiator: transforms the complex ValidationError array from class-validator into a simple array of {field, message} objects, making it easier to display or process validation errors in applications.