This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
lovecoding
/
web0715
Pridať medzi pozorované
10
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
b11a2e2139
Branche
Tagy
master
web0715
/
13.webpack
/
demo1
/
node_modules
/
math-intrinsics
/
mod.d.ts
mod.d.ts
76 B
História
Raw
1
2
3
declare function mod(number: number, modulo: number): number;
export = mod;