@tetcoin/x-fetch
v5.7.1
Published
A cross-environment fetch replacement
Downloads
2
Readme
@tetcoin/x-fetch
A cross-environment fetch.
Install it via yarn add @tetcoin/x-fetch
import { fetch } from '@tetcoin/x-fetch';
...
const response = await fetch('https://example.com/something.json');
const json = await response.json();