UNPKG
l402
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
L402 client and tools for Javascript.
l402
/
dist
/
client
/
axios.d.ts
4 lines
•
223 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosInstance
}
from
'axios'
;
import
{
Wallet
,
Store
}
from
'../index'
;
export
declare
function
setupL402Interceptor
(
instance: AxiosInstance, wallet: Wallet, store: Store
):
void
;
//# sourceMappingURL=axios.d.ts.map