CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
HarshvardhanCn01
/
Voice-Assistant
source
Hugging Face
updated 2y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
node_modules
math-intrinsics
mod.d.ts
mod.d.ts
3 lines
Copy path
Download
Raw
Back to math-intrinsics
1
declare function mod(number: number, modulo: number): number;
2
3
export = mod;