hyperFetch is a fetch function with exponential backoff
import{fetch}from'@hyper63/fetch'asyncfunctionmain(){constresult=awaitfetch('https://example.com')if(result.ok){constbody=awaitresult.json()console.log(body)}}There was an error while loading. Please reload this page.