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