mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
add property-validator
`property-validator` is a property validation library built on top of `validator.js` to help developers validate request, query, body params and request headers.
This commit is contained in:
@@ -447,6 +447,7 @@
|
||||
|
||||
- [joi](https://github.com/hapijs/joi) - Object schema description language and validator for JavaScript objects.
|
||||
- [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast.
|
||||
- [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express.
|
||||
|
||||
|
||||
### Parsing
|
||||
|
||||
Reference in New Issue
Block a user