1.1.0 ⢠Published 3 years ago
istto v1.1.0
istto
š A library that looks if you're connected to the internet.
Installation
$ npm i istto
Usage
import istto from "istto";
console.log(await istto);
import { ip } from "istto";
console.log(await ip);