Documentation

lte()

Validates that the number is less than or equal to the specified value; alias for max.

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

Parameters

Return value

This builder, for chaining.

Related