kubo-rpc-client
Version:
A client library for the Kubo RPC API
7 lines • 318 B
TypeScript
import { Request, Headers } from '../fetch.js';
import type { FetchOptions } from '../http.js';
declare const fetchWithProgress: (url: string | Request, options?: FetchOptions) => Promise<Response>;
export { fetchWithProgress as fetch };
export { Request };
export { Headers };
//# sourceMappingURL=fetch.node.d.ts.map