@tuplo/fetch
v1.10.0
Published
Simplistic HTTP request library (ESM/CJS)
Downloads
10
Readme
Usage
WHATWG Fetch API compliant
import fetch from '@tuplo/fetch';
const data = await fetch('https://foo.com/page.json').then((res) => res.json());
Install
$ npm install @tuplo/fetch
# or with yarn
$ yarn add @tuplo/fetch
License
MIT