Documentation

gte()

Validates that the number is greater than or equal to the specified value; alias for min.

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

Parameters

Return value

This builder, for chaining.

Related