@mithray/fetch-retry
v0.0.109
Published
Fetch Wrapper with convenience functions ``` import {fetchJSON} from '@mithray/fetch-retry'
Downloads
4
Readme
Fetch
Fetch Wrapper with convenience functions
import {fetchJSON} from '@mithray/fetch-retry'
console.log(await fetchJSON(url,{cachePath:'./cache'}))