UNPKG
@apexfusionfoundation/blockfrost-js
Version:
latest (5.4.3)
5.4.3
5.4.2
5.4.1
5.4.0
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
@apexfusionfoundation/blockfrost-js
/
lib
/
utils
/
got.d.ts
5 lines
(4 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
import
{
Got
}
from
'got'
;
import
Bottleneck
from
'bottleneck'
;
import
{
ValidatedOptions
}
from
'../types'
;
export
declare
const
getInstance
:
(
apiUrl
:
string
,
options
:
ValidatedOptions
,
userAgent
:
string
|
undefined
,
rateLimiter
:
Bottleneck
|
undefined
) =>
Got
;