developit / developit/redaxios
Adding Axios like Typescript support
Open
- Dominant language
- JavaScript
- Stars
- 4.9k
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
Testing this package with **Typescript**, we are getting this:
`import axios, { AxiosInstance, AxiosRequestConfig } from 'redaxios';`
> Module '"redaxios"' has no exported member 'AxiosInstance'. Did you mean to use 'import AxiosInstance from "redaxios"' instead?
As far as we understand, there is a simple typing support, so, we don't understand why this package does not include the standard **axios** types.
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.