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