UNPKG
infoblock
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A typed wrapper of the blockchain.info API
infoblock
/
dist
/
lib
/
client.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
AxiosInstance
}
from
'axios'
;
export
declare
function
createAxiosClient
(
):
AxiosInstance
;