jr-get-ip
v1.1.7
Published
const getIP = require("get-ip-addrees")
Downloads
3
Readme
import model
const getIP = require("get-ip-addrees")
- getIP é uma function assicrona
exemplo de uso
let IP = ""
async function getIPasyn(){
try{
IP = await await getIP()
}cath(err){
//lidar com o error
}
}