This website requires JavaScript.
Explore
Sign In
discord-bots
/
TheArtificer
mirror of
https://github.com/Burn-E99/TheArtificer.git
Watch
1
Star
1
Fork
You've already forked TheArtificer
0
Code
Issues
1
Packages
Projects
Releases
Wiki
Activity
05174aecd9
TheArtificer
/
src
/
artigen
/
utils
/
reducers.ts
2 lines
71 B
TypeScript
Raw
Blame
History
export
const
basicReducer
=
(
prev
:
number
,
cur
:
number
)
=
>
prev
+
cur
;
Reference in New Issue
View Git Blame
Copy Permalink