This website requires JavaScript.
Explore
Help
Register
Sign In
wuzhenwei_260814
/
wl_student_system
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
wl_student_system
/
vue
/
node_modules
/
math-intrinsics
/
mod.d.ts
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
76 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
001
2026-09-21 17:34:06 +08:00
declare
function
mod
(
number
:
number
,
modulo
:
number
)
:
number
;
export
=
mod
;
Reference in New Issue
Copy Permalink