UNPKG
blockfrost-js-ratelimited
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
blockfrost-js-ratelimited
/
lib
/
utils
/
axios.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
import
{
AxiosInstance
}
from
'axios'
;
import
{
ValidatedOptions
}
from
'../types'
;
export
declare
const
hackInstance
:
(
options
:
ValidatedOptions
,
userAgent
:
string
) =>
AxiosInstance
;