This website requires JavaScript.
Explore
Help
Register
Sign In
BagusDaffaFirmansyah
/
MIF_E31212365
Watch
1
Star
0
Fork
You've already forked MIF_E31212365
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9f2a49b4e5
MIF_E31212365
/
resources
/
js
/
Utils
/
Fetcher.jsx
2 lines
78 B
JavaScript
Raw
Blame
History
export
const
fetcher
=
(
...
args
)
=>
fetch
(
...
args
)
.
then
(
(
res
)
=>
res
.
json
(
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink