async function a(){try{return(await(await fetch("https://api.ipify.org?format=json")).json()).ip||null}catch{return null}}export{a as u};