Skip to content

bfunjs/fetch

Repository files navigation

@bfun/fetch

import { fetch, IMethods } from '@bfun/fetch';

const params = {
    url: 'https://registry.npmjs.com/react/16.13.0',
    method: IMethods.GET,
    headers: {}
};
fetch(params).then(res => {
    console.log(res);
});

About

@bfunjs/fetch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published