0.7.2 • Published 3 years ago
@36node/fetch v0.7.2
@36node/fetch
Usage
yarn add @36node/fetch
import fetch from "@36node/fetch";
const res = await fetch("some url", { headers: {} });
console.log(res.headers);
console.log(res.body);
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
module © 36node, Released under the MIT License.
Authored and maintained by 36node with help from contributors (list).
github.com/zzswang · GitHub @36node
0.7.2
3 years ago
0.7.0
4 years ago
0.6.5
4 years ago
0.6.4
6 years ago
0.6.2
6 years ago
0.6.0
6 years ago
0.5.1
6 years ago
0.4.11
6 years ago
0.4.10
6 years ago
0.4.9
7 years ago
0.4.8
7 years ago
0.4.6
7 years ago
0.4.5
7 years ago
0.4.3
7 years ago
0.4.1
7 years ago
0.3.8
7 years ago
0.3.7
7 years ago
0.3.6
7 years ago
0.3.5
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.0
7 years ago