mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
|
import zeitFetch from '@zeit/fetch'
|
||
|
|
||
|
export default typeof window === 'undefined' ? zeitFetch() : fetch
|