UNPKG
pesapal-hono
Version:
latest (1.0.7)
1.0.7
1.0.5
1.0.3
1.0.1
1.0.0
A lightweight Pesapal payment gateway integration using Hono.js
pesapal-hono
/
dist
/
utils
/
axios.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosInstance
}
from
'axios'
;
import
{
PesapalConfig
}
from
'../types.js'
;
export
declare
function
createAxiosInstance
(
config: PesapalConfig
):
AxiosInstance
;