5.7.1 • Published 4 years ago
@tetcoin/x-fetch v5.7.1
@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();
5.7.1
4 years ago