mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 19:05:41 +00:00
3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
const fetcher = (...args) => fetch(...args).then(res => res.json())
|
|
|
|
export default fetcher |