mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
1 line
78 B
TypeScript
1 line
78 B
TypeScript
export const fetcher = (url: string) => fetch(url).then((res) => res.json());
|