Documentation

gt()

Validates that the number is greater than the specified value.

gt(value: number, error?: StringConvertible): this;

Parameters

Return value

This builder, for chaining.

Related