@bearei/fetch
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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);
);

Package Sidebar

Install

npm i @bearei/fetch

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

332 kB

Total Files

35

Last publish

Collaborators

  • bear_ei