1.0.6 • Published 12 months ago
easy-fetch-easy v1.0.6
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