Documentation

lt()

Validates that the number is less than the specified value.

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

Parameters

Return value

This builder, for chaining.

Related