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

7.8.2 • Public • Published

@reef-defi/x-fetch

A cross-environment fetch.

Install it via yarn add @reef-defi/x-fetch

import { fetch } from '@reef-defi/x-fetch';

...
const response = await fetch('https://example.com/something.json');
const json = await response.json();

Readme

Keywords

none

Package Sidebar

Install

npm i @reef-defi/x-fetch

Weekly Downloads

1

Version

7.8.2

License

Apache-2.0

Unpacked Size

5.31 kB

Total Files

14

Last publish

Collaborators

  • matjazonline
  • frenki
  • jbargu_reef