tasko/lib/fetcher.ts

1 line
76 B
TypeScript
Raw Normal View History

2024-02-14 21:30:10 -05:00
export const fetcher = (url: string) => fetch(url).then((res) => res.json())