UNPKG

just-modulo

Version:

modulo of a number and a divisor

1 lines 60 B
export default function modulo(n: number, d: number): number