(value, params)
| 1043 | return this.check(checks.multipleOf(value, params)); |
| 1044 | }, |
| 1045 | step(value, params) { |
| 1046 | return this.check(checks.multipleOf(value, params)); |
| 1047 | }, |
| 1048 | finite() { |
| 1049 | return this; |
| 1050 | }, |
nothing calls this directly
no test coverage detected