3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
declare function mod(number: number, modulo: number): number;
|
|
|
|
export = mod; |