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);
});
-
Notifications
You must be signed in to change notification settings - Fork 2
@bfunjs/fetch
License
bfunjs/fetch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
@bfunjs/fetch
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published