tasko/lib/fetcher.ts

1 line
76 B
TypeScript
Raw Normal View History

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