mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-16 12:13:27 +00:00
3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
declare function mod(number: number, modulo: number): number;
|
|
|
|
export = mod; |