UNPKG

@solsdk/jito-ts

Version:

## What is it and why do you need it?

4 lines (3 loc) 195 B
import * as nodeFetch from 'node-fetch'; export { Response } from 'node-fetch'; export default function (input: nodeFetch.RequestInfo, init?: nodeFetch.RequestInit): Promise<nodeFetch.Response>;