Validates that a number is a multiple of the specified value.
`@multipleOf(5) quantity: number;` Copy
`@multipleOf(5) quantity: number;`
The number must be divisible by this value
Validates that a number is a multiple of the specified value.
Example