tasko/lib/fetcher.ts
2024-02-15 20:49:19 -05:00

1 line
78 B
TypeScript

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