express-query-boolean
express-query-boolean copied to clipboard
giving 0 is translated as true
// ?a=1 true
// ?a=0 true as well
I would have expected zero to be false. Isn't it?
@vtellier I can't reproduce this locally. Can you provide a minimum test case?
Sure! I'll send you ASAP.