PINGUAGE SuperApache @1.0.0
GET Ping
Install to YARN
yarn add pinguage@latest
Install to NPM
npm install pinguage@latest --save
🎇 Usage function to get ping
import { window } from "pinguage";
const api = async () => await window ("https://api.vk.com", async response => {
console.log (response) // response
})
api ()