express-validator Integer or null
I need to do simple validation and allow only Integer values or null. I’m using express-validator 7.2.0 and I’m having a hard time implementing it…
How to create an express-validator ValidationChain in a loop?
I would like to turn the code duplication, in my express-validator ValidationChain’ing, into a simpler map
statement.
How to loop over express-validator ValidationChain items?
I would like to turn the code duplication, in my express-validator ValidationChain’ing, into a simpler map
statement.