softonic / axios-retry

Axios plugin that intercepts failed requests and retries them whenever possible
Other
1.9k stars 167 forks source link

fix: allow default import from cjs (typescript) #182

Closed mindhells closed 3 years ago

mindhells commented 3 years ago

Allow default import when using typescript module="CommonJS"

charleshimmer commented 3 years ago

I assume this is the PR that fixes the type error mentioned in https://github.com/softonic/axios-retry/issues/181#issuecomment-945984205?

charleshimmer commented 3 years ago

Ok I was going to ask if you wanted me to just check it by installing from the commit sha but look like you already merged it.