1 line
76 B
TypeScript
1 line
76 B
TypeScript
export const fetcher = (url:string) => fetch(url).then((res) => res.json()); |
export const fetcher = (url:string) => fetch(url).then((res) => res.json()); |