Relative Content

Tag Archive for express-validator

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…