tasko/lib/fetcher.ts
2024-02-14 21:30:10 -05:00

1 line
No EOL
76 B
TypeScript

export const fetcher = (url: string) => fetch(url).then((res) => res.json())