UNPKG
@solsdk/jito-ts
Version:
latest (4.2.2)
4.2.2
4.2.1
## What is it and why do you need it?
@solsdk/jito-ts
/
dist
/
sdk
/
rpc
/
fetch-impl.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
import
*
as
nodeFetch
from
'node-fetch'
;
export
{
Response
}
from
'node-fetch'
;
export
default
function
(
input: nodeFetch.RequestInfo, init?: nodeFetch.RequestInit
):
Promise
<nodeFetch.
Response
>;