This website requires JavaScript.
Explore
Help
Register
Sign in
ahmadk953
/
tasko
Watch
1
Star
0
Fork
You've already forked tasko
0
mirror of
https://github.com/ahmadk953/tasko.git
synced
2025-01-31 09:03:36 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
6df8dc301e
tasko
/
lib
/
fetcher.ts
2 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Formated Files
2024-02-16 01:49:19 +00:00
export
const
fetcher
=
(
url
:
string
)
=
>
fetch
(
url
)
.
then
(
(
res
)
=
>
res
.
json
(
)
)
;
Reference in a new issue
Copy permalink