New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
math-intrinsics
›
mod.d.ts
TYPESCRIPT
mod.d.ts
76.0 B
2026-06-28 16:39
⬇️ Download
← Back
declare function mod(number: number, modulo: number): number; export = mod;