Documentation

negative()

Validates that the number is negative (less than 0).

negative(error?: StringConvertible): this;

Parameters

Return value

This builder, for chaining.

Related