Documentation

multipleOf()

Validates that the number is a multiple of the specified value.

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

Parameters

Return value

This builder, for chaining.

Related