Methods that validators for numbers that may be positive must contain.
Ensures that the value is not a positive number.
this
TypeError if the value is undefined or null
undefined
null
RangeError if the value is a positive number
Ensures that the value is positive.
RangeError if the value is:
Methods that validators for numbers that may be positive must contain.