UNPKG

kubo-rpc-client

Version:
7 lines 318 B
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