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