mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 22:37:59 +00:00
@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();