Fetch
Provide some utility wrappers for fetch
Installation
yarn add @bearei/fetch --save
Parameters
Use
import fetch from '@bearei/fetch';
await fetch('https://bearei.com').then(result =>
console.info(result);
);
Provide some utility wrappers for fetch
yarn add @bearei/fetch --save
import fetch from '@bearei/fetch';
await fetch('https://bearei.com').then(result =>
console.info(result);
);
npm i @bearei/fetch
1
0.0.4
MIT
332 kB
35