UNPKG
axios-inherit
Version:
latest (1.0.1)
1.0.1
1.0.0
👨👦 Add interceptor inheritance to axios
github.com/fiverr/axios-inherit/
fiverr/axios-inherit
axios-inherit
/
types.d.ts
6 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AxiosInstance
}
from
'axios'
;
declare
const
axiosInherit
:
(
axiosInstance
:
AxiosInstance
) =>
AxiosInstance
export
default
axiosInherit