mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-03-13 01:03:24 +00:00
1 line
No EOL
76 B
TypeScript
1 line
No EOL
76 B
TypeScript
export const fetcher = (url: string) => fetch(url).then((res) => res.json()) |