easy-fetch-easy
v1.0.6
Published
this package is used to fetch the from service with easily
Downloads
2
Readme
easy-featch-easy
npm i easy-fetch-easy
to test the package is working or not
const { sayHello } = require("easy-fetch-easy");
console.log(sayHello()); //this function will return the one test message if its displaying then package working fine..
Result
Hi this is the package to send request to server