Methods that validators for numbers that may be zero must contain.
Ensures that the value is not zero. -0.0 is considered to be zero and negative.
-0.0
this
TypeError if the value is undefined or null
undefined
null
RangeError if the value is zero
Ensures that the value is zero. -0.0 is considered to be zero and negative.
RangeError if the value is:
Methods that validators for numbers that may be zero must contain.