API reference › @evolu/common › Type › multipleOf
const multipleOf: <Divisor>(
divisor: Divisor,
) => BrandFactory<`MultipleOf${Divisor}`, number, MultipleOfError<Divisor>>;
Defined in: packages/common/src/Type.ts:2332
Number that is a multiple of a divisor.
Use numeric literal, not expression. See BrandFactory.