UNPKG
@velora-dex/sdk
Version:
latest (9.1.0)
9.1.0
9.0.0
8.1.1-dev.2
8.1.1-dev.1
8.1.1-dev.0
8.1.0
8.0.0
Velora SDK
github.com/VeloraDEX/paraswap-sdk
VeloraDEX/paraswap-sdk
@velora-dex/sdk
/
dist
/
helpers
/
fetchers
/
fetch.d.ts
5 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
ExtraFetchParams
,
FetcherFunction
}
from
'../../types'
;
type
Fetch
=
typeof
fetch;
export
declare
const
constructFetcher
:
(
fetch
:
Fetch
,
extra
?:
ExtraFetchParams
) =>
FetcherFunction
;
export
{};
//# sourceMappingURL=fetch.d.ts.map